adaptRpkgs: adapts packages in Rlibs according to todo dataframe 1)...

Description Usage Arguments Value

View source: R/read_repo.R

Description

adapts packages in Rlibs according to todo dataframe 1) removes package versions in Rlibs that are not in todo 2) installs all missing package versions in todo

Usage

1
adaptRpkgs(todo, Rlibs = NULL, installlib = Rlibs)

Arguments

todo

input dataframe of packages to change

Rlibs

character vector of R libraries to modify packages. Default NULL means .libPaths() is read.

installlib

library to install packages to; defaults to first element of Rlibs.

Value

rc named vector of installation return codes.


reikoch/Rmanager documentation built on Nov. 25, 2019, 10:22 p.m.