piersyork / r-pak

Cli wrapper for installing R packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r-pak

This package acts as a command line wrapper around R package utilities. Use it it install, remove and upgrade R packages.

Using the package

Install packages using install

r-pak install tidyverse

Remove packages using remove

r-pak remove ggplot2

Upgrade all packages using upgrade

r-pak upgrade

About

Cli wrapper for installing R packages


Languages

Language:Python 100.0%