| package_dependencies | R Documentation |
Despite the description minimal requirements find which versions are required due to dependencies.
package_dependencies(packages = ".", which = "strong")
packages |
Path to a file with a DESCRIPTION file or package's names from a repository. |
which |
a character vector listing the types of
dependencies, a subset of
|
A data.frame with the name, version required, if only one package requires it it also show the name of the package.
It keeps the base packages too even if just knowing the R version required would be enough.
pd <- package_dependencies("ggeasy")
head(pd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.