Description Usage Arguments Value
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
1 | adaptRpkgs(todo, Rlibs = NULL, installlib = Rlibs)
|
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. |
rc named vector of installation return codes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.