Installs R package dependencies from a DESCRIPTION
at the repository root.
install_deps(name = "Install Package Dependencies", ...)
Arguments
name |
[character(1)]
giving additional options for the step.
Multiline strings are not supported.
Defaults to NULL .
|
... |
Arguments passed on to step
id [character(1)]
giving additional options for the step.
Multiline strings are not supported.
Defaults to NULL .
if [character(1)]
giving additional options for the step.
Multiline strings are not supported.
Defaults to NULL .
shell [character(1)]
giving additional options for the step.
Multiline strings are not supported.
Defaults to NULL .
with [list()]
giving a named list of additional parameters.
Defaults to NULL .
env [list()]
giving a named list of additional parameters.
Defaults to NULL .
working-directory [character(1)]
giving the default working directory.
Defaults to NULL .
continue-on-error [logical(1)]
giving whether to allow a job to pass when this step fails.
Defaults to NULL .
timeout-minutes [integer(1)]
giving the maximum number of minutes to run the step before killing the process.
Defaults to NULL .
|
See also
Other steps:
checkout()
,
deploy_static
,
pkg_dev
,
rscript()
Other installation:
checkout()