Initialise project
projr_init.Rd
Initialise project
Usage
projr_init(
yml_path_from = NULL,
renv_force = FALSE,
renv_bioconductor = TRUE,
public = FALSE
)
Arguments
- yml_path_from
character. Path to YAML file to use as
_projr.yml
. If not supplied, then default_projr.yml
file is used.- renv_force
Logical. Passed to
renv::init()
. IfFALSE
, thenrenv::init()
will not run if it detects that the working directory already is registered with renv. Default isFALSE
.- renv_bioconductor
Logical. Whether
renv
should look for packages on Bioconductor. Default isTRUE
.- public
logical. Whether the GitHub repo created (if any) is public or not. Default is
FALSE
.