Description Usage Arguments Value
Install packages and their dependencies from CRAN-style repositories.
1 2 3 4 5 6 7 |
packages |
character() vector of packages to install. Packages
and all dependencies must be available in the repositories
specified by |
lib_paths |
character() vector of (local) directory paths in
which to install packages (the first position) and to find
currently installed packages. |
repos |
character() vector of paths (e.g., URLs) to 'CRAN-style' repositories. The default includes CRAN and Bioconductor repositories relevant to the current R installation. |
dry.run |
logical(1) perform the installation (default
|
verbose |
logical(1) report progress toward installing packages (default TRUE). |
a tibble of package, version, dependency count (including self), and logical value indicating whether installation occurred.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.