installAllDeps | R Documentation |
Install all package dependencies from yaml file for building image purposes
installAllDeps(
additionalRepos = NULL,
base_dir = "/mnt/vol",
use_ssh = FALSE,
test_mode = FALSE
)
additionalRepos |
List of additional Repos |
base_dir |
String of base working directory. |
use_ssh |
logical, if use ssh keys |
test_mode |
logical, whether to run the function in the test mode (if TRUE the dependencies are not installed but only listed) |
NULL
installAllDeps(
base_dir = system.file(package = "gDRstyle", "testdata"),
test_mode = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.