rVersionManifest {switchr} | R Documentation |
rVersionManifest
Description
Create a Pkg manifest which points to tarballs representing the cohort of packages associated with a particular release of R
Usage
rVersionManifest(vers, curr_avail = available.packages())
Arguments
vers |
The version of R to create a manifest for |
curr_avail |
The output from available.packages(). Used to identify whether the necessary version is in the CRAN archive or normal repository |
Value
A SessionManifest object
Author(s)
Gabriel Becker
References
"Gabor Csardi" (2014). crandb: Query the unofficial CRAN metadata database. R package version 1.0.0. https://github.com/metacran/crandb
Becker G, Barr C, Gentleman R, Lawrence M; Enhancing Reproducibility and Collaboration via Management of R Package Cohorts. Journal of Statistical Software, 81(1). 2017. doi: 10.18637/jss.v082.i01
Examples
## Not run:
man = rVersionManifest("3.1.1")
man
## End(Not run)
[Package switchr version 0.14.8 Index]