renvInitialise | R Documentation |
Initialise renv infrastructure in a project directory.
renvInitialise(
project_directory,
bioconductor = FALSE,
dependencies = character(),
sandbox = FALSE
)
project_directory |
the project directory file path |
bioconductor |
The version of bioconductor to use with the project. Set to TRUE to use the default version of Bioconductor. |
dependencies |
additional package dependencies to install into the cache upon initialisation |
sandbox |
Should sandboxing be enabled for |
## Not run:
projectSkeleton(paste0(tempdir(),'/test_project'))
renvInitialise(paste0(tempdir(),'/test_project'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.