| repos_dependencies | R Documentation |
Extract the packages dependencies, name of the dependency, operator and version
for each type and package of current repositories (getOptions("repos")).
repos_dependencies(packages = NULL, which = "all")
packages |
a character vector of package names. |
which |
a character vector listing the types of
dependencies, a subset of
|
A data.frame with 5 columns: the name of the dependency, the operator (op), the version it depends the type of dependency and the package.
Other utilities:
cran_date(),
cran_doom(),
cran_snapshot(),
duplicated_alias(),
package_date(),
package_repos(),
update_dependencies()
rd <- repos_dependencies("BaseSet")
head(rd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.