View source: R/dependencies_helper.R
run_package_actions | R Documentation |
Run an action on the packages
run_package_actions(
pkg_actions,
internal_pkg_deps,
dry = FALSE,
install_external_deps = TRUE,
upgrade = "never",
rcmd_args = NULL,
artifact_dir = NULL,
...
)
pkg_actions |
sorted
|
internal_pkg_deps |
packages to not install (when |
dry |
logical, if |
install_external_deps |
logical to describe whether to install
external dependencies of package using |
upgrade |
argument passed to |
rcmd_args |
list with names |
artifact_dir |
directory to store log files, only when actions include
|
... |
Additional args passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.