Skip to content

Releases: ddsjoberg/starter

starter 0.1.6

27 Sep 19:53
Compare
Choose a tag to compare
  • Updated create_symlink() to pass the full path to R.utils::createLink(link=) instead of just the folder name. This solves an issue when creating symbolic links without full admin rights.

starter 0.1.5

22 Jul 17:19
Compare
Choose a tag to compare
  • Default snapshot type is now 'all'.

  • Removed 'rstudioapi' package dependency.

  • Bug fix in create_project(overwrite=) where existing files were not being prompted with inquiry whether to overwrite.

  • Documentation updates.

starter 0.1.4

13 Jul 15:18
62ec569
Compare
Choose a tag to compare
  • Documentation updates and tidying up for CRAN submission.

  • Removed path normalization RStudio add-in.

starter 0.1.3

01 Jul 20:11
Compare
Choose a tag to compare
  • No longer tracking the latest release of the rstudio.prefs package on GitHub, because it causes an issue with renv.

starter 0.1.2

30 Jun 11:55
Compare
Choose a tag to compare
  • Now evaluating the template attribute "script_path" to allow users to quote the file location.

starter 0.1.1

30 Jun 00:59
92cf0f2
Compare
Choose a tag to compare
  • When create_project(renv = TRUE), renv::init() has been switched to renv::scaffold(). This stops renv from initializing the project. The user must call renv::hydrate() in order to discover the packages used in the project's *.R and *.Rmd files and have them added to the renv.lock file.

  • When a user specifies an attribute to the template list called "script_path", the path is sourced.

starter 0.1.0

29 Jun 01:02
Compare
Choose a tag to compare
  • First release