add_renv | R Documentation |
This function initializes an renv
environment for the project by running
renv::init()
. See https://rstudio.github.io/renv/ for further detail.
add_renv(quiet = FALSE)
quiet |
A logical value. If |
No return value.
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()
## Not run:
add_renv()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.