| package_repos | R Documentation |
Explore the relationships between packages and repositories available.
package_repos(packages = NULL, repos = getOption("repos"), which = "all")
packages |
a character vector of package names. |
repos |
Repositories and their names are taken from |
which |
a character vector listing the types of
dependencies, a subset of
|
A data.frame with one line per package and at least one column per repository. It also has a column for Other repositories (Additional_repositories, or missing repositories), and the total number of dependencies and total number of repositories used.
Other utilities:
cran_date(),
cran_doom(),
cran_snapshot(),
duplicated_alias(),
package_date(),
repos_dependencies(),
update_dependencies()
pr <- package_repos("experDesign")
head(pr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.