r-universe-org / help

Support and bug tracker for R-universe
https://docs.r-universe.dev/
9 stars 2 forks source link

Integrate historical CRAN releases #233

Closed jeroen closed 1 year ago

jeroen commented 1 year ago
archive <- tools:::CRAN_archive_db()
View(archive$jsonlite)

Or alternatively we can use:

jsonlite::fromJSON("https://crandb.r-pkg.org/jsonlite/all")