library_install {simpleSetup} | R Documentation |
Load a multiple packages, install most recent versions if missing
Description
Load a multiple packages, install most recent versions if missing
Usage
library_install(pkgs, repos = "http://cran.us.r-project.org", ...)
Arguments
pkgs |
character vector of packages names. |
repos |
character vector, the base URL(s) of the repositories to use, e.g., the URL of a CRAN mirror such as "https://cloud.r-project.org". |
... |
arguments passed to |
Examples
library_install('utils')
## Not run:
packages <- c('networkD3', 'coreSim')
library_install(packages)
## End(Not run)
[Package simpleSetup version 0.1.0 Index]