Dear #rstats is there already a packaged tool to fetch a package's CRAN page info into a convenient format?
4
2
2
Have you seen
db <- tools::CRAN_package_db()
returning N (as in nb of packages) times (currently) 67 columns. It is then used in helpers such as tools::package_dependencies() and others.
Mar 14, 2023 · 12:18 PM UTC
2
1
11


