starter 0.1.7
-
Allowing users to use their template to override function arguments in
create_project(). This way, if the user never uses git, for example, this can be communicated in the template, rather than needing to change the function argument every time. -
Added
create_project(symlink=)argument indicating whether or not to place a symbolic link to the folder indicated increate_project(path_data=). -
Updated
.Rprofilestart-up message for new repositories to include therenv::snapshot()step.