starter 0.1.10
-
Updated the sample
.Rprofile
template file with improved checking of the renv project status before messaging users. Previously, we checked the installed packages for the project; if no packages (except renv) were installed, the user saw a message about hydrating the package. But this message would appear each time an existing project was cloned to a new machine whererenv::restore()
had yet to be run. We now check therenv.lock
file for the recorded packages instead of installed packages. (#27) -
Removed {tibble}, {stringr}, and {purrr} dependencies.
-
Better messaging when placing a project skeleton into a folder that is already a git repo: users won't be asked if they want to create a git repo when it already exists. (#26)
-
Exporting the project templates in
project_templates
.project_templates[["default"]]
is a simple example of template usage, andproject_templates[["analysis"]]
is a template including scripts to prepare an analysis project. (#28)