checkDependencies | R Documentation |
Check the package depedency version specifications in the
rplatform/dependencies.yaml
and DESCRIPTION
.
checkDependencies(
dep_path,
desc_path,
skip_pkgs = "R",
combo_path = "/mnt/vol/dependencies_combo.yaml"
)
dep_path |
String of path to the rplatform |
desc_path |
String of the path to the package |
skip_pkgs |
vector of packages from |
combo_path |
String of path to the combo image
|
This function is used for its side effects in the event that there are dependency clashes.
NULL
invisibly.
checkDependencies(
dep_path =
system.file(package = "gDRstyle", "testdata", "dependencies.yaml"),
desc_path = system.file(package = "gDRstyle", "DESCRIPTION"),
skip_pkgs = c("testthat", "lintr")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.