get.snowball | R Documentation |
Generates dataframe with all dependencies needed to install a package, in the order they will be loaded
get.snowball(pkg, date, include.suggests = FALSE, force.install = FALSE)
pkg |
character string, name of target package to load (and install if needed), |
date |
character string (yyyy-mm-dd), or date value, with the date which determines the version of the package, and all dependencies, to be loaded (and installed if needed). |
include.suggests |
logical, defaults to |
force.install |
logical, defaults to |
a dataframe with all packages that need to be installed, their version , whether they are installed, where to obtain them if not locally available (CRAN vs MRAN), which date to use for MRAN, installation time from source (in seconds), and local path for storage
## Not run:
get.snowball("rio", "2020-07-12")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.