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*.R
and*.Rmd
files and have them added to therenv.lock
file. -
When a user specifies an attribute to the template list called
"script_path"
, the path is sourced.