build_check_install | R Documentation |
Build, check and install internal dependencies
build_check_install(
dep_structure,
install_direction = "all",
steps = c("build", "check", "install"),
rcmd_args = list(check = c("--no-multiarch", "--with-keep.source", "--install-tests")),
artifact_dir = tempfile(),
install_external_deps = TRUE,
upgrade = "never",
package_list = NULL,
dry = FALSE,
verbose = 1,
...
)
dep_structure |
( |
install_direction |
"upstream", "downstream" or "all"; which packages to install (according to dependency structure). By default this is only "upstream" |
steps |
( |
rcmd_args |
( |
artifact_dir |
( |
install_external_deps |
logical to describe whether to install
external dependencies of package using |
upgrade |
argument passed to |
package_list |
( |
dry |
( |
verbose |
( |
... |
Arguments passed on to
|
list with entries
artifact_dir: artifact_dir
directory with log files
pkg_actions: data.frame
of performed actions
## Not run:
x <- dependency_table(project = ".", verbose = 1)
build_check_install(x, steps = c("build", "check"), verbose = 1)
build_check_install(x, artifact_dir = "../output")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.