required_dependency_packages | R Documentation |
Required dependency packages
required_dependency_packages(x, all = FALSE)
x |
An object from |
all |
Whether to include the packages required if also including packages from "Suggests"/"Enhances" field. |
The function returns all upstream packages.
A vector of package names.
## Not run:
x = readRDS(system.file("extdata", "ComplexHeatmap_dep.rds", package = "pkgndep"))
required_dependency_packages(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.