add_renv {rcompendium} | R Documentation |
Initialize renv
Description
This function initializes an renv
environment for the project by running
renv::init()
. See https://rstudio.github.io/renv/ for further detail.
Usage
add_renv(quiet = FALSE)
Arguments
quiet |
A logical value. If |
Value
No return value.
See Also
Other create files:
add_citation()
,
add_code_of_conduct()
,
add_compendium()
,
add_contributing()
,
add_description()
,
add_dockerfile()
,
add_license()
,
add_makefile()
,
add_package_doc()
,
add_readme_rmd()
,
add_testthat()
,
add_vignette()
Examples
## Not run:
add_renv()
## End(Not run)
[Package rcompendium version 1.3 Index]