powered by
Metadata about a CRAN package
cran_package(name, version = NULL)
The package metadata, in a named list.
Name of the package.
The package version to query. If NULL, the latest version if returned.
NULL
if (FALSE) { # identical(Sys.getenv("IN_PKGDOWN"), "true") cran_package("pkgsearch") }
Run the code above in your browser using DataLab