View source: R/cran_snapshot.R
| cran_snapshot | R Documentation |
Given the available information which packages were on CRAN on a given date?
cran_snapshot(date)
date |
The date you want to check. |
The data.frame with the packages and versions at a given date.
Due to missing of CRAN comments some packages are not annotated when were they archived and more packages than present might be returned for any given date.
Other utilities:
cran_date(),
cran_doom(),
duplicated_alias(),
package_date(),
package_repos(),
repos_dependencies(),
update_dependencies()
cs <- cran_snapshot(Sys.Date() -2 )
head(cs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.