View source: R/package_version_management.R
lib.dependencies_online | R Documentation |
Returns a c(name = '<version spec>')
array which can be used for lib.load()
,
lib.install_if_not_compatible()
or lib.dependsOnMe()
.
lib.dependencies_online(packageName, cran_url = "https://cran.rstudio.com/")
packageName |
The package name to check. |
cran_url |
Defaults to 'https://cran.rstudio.com/'. |
Returns a named character with the packages and their version conditions which the given package depends on.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.