| getCranDescription {miniCRAN} | R Documentation |
Scrape DESCRIPTION from CRAN for each pkg.
getCranDescription(pkg, repos = getOption("repos"), type = "source",
pkgs = pkgDep(pkg, repos = repos, type = type))
pkg |
Character vector of packages. |
repos |
URL(s) of the 'contrib' sections of the repositories, e.g. |
type |
Possible values are (currently) "source", "mac.binary" and "win.binary": the binary types can be listed and downloaded but not installed on other platforms. Passed to |
pkgs |
Character vector of packages to download |
## Not run:
getCranDescription(c("igraph", "ggplot2", "XML"),
repos = c(CRAN = getOption("minicran.mran"))
)
## End(Not run)