Description Usage Arguments Details Author(s)
Initialize the state of CRAN for a given date.
1 |
packages |
Dataframe containing all CRAN packages with three columns: package, version and mtime (containing release time of the package). |
deps |
Datafrme containing all CRAN dependencies with columns package, version, type and dependency. |
date |
Date of the state to create |
deps.types |
Dependency types to use. |
Returns a dataframe representing the state with columns package, version, mtime, missing.deps, installed and loaded. The two last columns are booleans telling if the package has missing dependencies, is installed on the VM and can be loaded. Column install is set to FALSE. Rows are sorted by (dependency) topological order so they can be installed in the order they appear in the dataframe.
Maëlick Claes <himself@maelick.net>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.