starter 0.1.9
-
Added
{{folder_first_word}}to objects available to use in the project templates. Evaluates to the first "word" in the folder name, where the word separator is either a space or hyphen. -
Added
create_project(renv.settings=)argument. -
No longer using
renv::scaffold(settings = list(snapshot.type = 'all'))as the default. -
Improved messaging in the default
.Rprofiletemplate file to finish setting up the renv project.