Install 'RAVE' pipelines
pipeline_install_local(
src,
to = c("default", "custom", "workdir", "tempdir"),
upgrade = FALSE,
force = FALSE,
...
)pipeline_install_github(
repo,
to = c("default", "custom", "workdir", "tempdir"),
upgrade = FALSE,
force = FALSE,
...
)
nothing
pipeline directory
installation path; choices are 'default'
, 'custom'
,
'workdir'
, and 'tempdir'
. Please specify pipeline root path
via pipeline_root
when 'custom'
is used.
whether to upgrade the dependence; default is FALSE
for stability, however, it is highly recommended to upgrade your
dependencies
whether to force installing the pipelines
other parameters not used
'Github' repository in user-repository combination, for example,
'rave-ieeg/rave-pipeline'