starter 0.1.1
-
When
create_project(renv = TRUE),renv::init()has been switched torenv::scaffold(). This stops renv from initializing the project. The user must callrenv::hydrate()in order to discover the packages used in the project's*.Rand*.Rmdfiles and have them added to therenv.lockfile. -
When a user specifies an attribute to the template list called
"script_path", the path is sourced.