Skip to content

starter 0.1.1

Compare
Choose a tag to compare
@ddsjoberg ddsjoberg released this 30 Jun 00:59
92cf0f2
  • When create_project(renv = TRUE), renv::init() has been switched to renv::scaffold(). This stops renv from initializing the project. The user must call renv::hydrate() in order to discover the packages used in the project's *.R and *.Rmd files and have them added to the renv.lock file.

  • When a user specifies an attribute to the template list called "script_path", the path is sourced.