Skip to content

Releases: ropensci/gittargets

Progress statuses

04 Dec 19:12
Compare
Choose a tag to compare

gittargets 0.0.7

  • Migrate tests to targets >= 1.3.2.9004 progress statuses ("completed" instead of "built", "dispatched" instead of "started").

CRAN patch

09 Feb 14:28
Compare
Choose a tag to compare

gittargets 0.0.6

  • Import callr::r().

Git binary env vars and error handling

06 Sep 20:16
Compare
Choose a tag to compare

gittargets 0.0.5

  • Use processx::run() instead of system2() in tar_git_ok() and set HOME to USERPROFILE on Windows (#12, @psychelzh).
  • Handle errors invoking Git to get global user name and email.

Compatibility with {targets} 0.13.0

05 Aug 10:16
Compare
Choose a tag to compare

gittargets 0.0.4

  • Compatibility with {targets} 0.13.0.

Fix tar_git_ok() example for CRAN

13 Feb 00:29
Compare
Choose a tag to compare

Fix tar_git_ok() example for CRAN.

tar_git_checkout() bugfix

13 Feb 00:18
Compare
Choose a tag to compare

gittargets 0.0.2

  • Hard reset after checkout in tar_git_checkout() in order to recover potentially deleted files (#11).

First version

12 Jan 15:18
Compare
Choose a tag to compare

gittargets 0.0.1

  • Join rOpenSci.
  • Rewrite README to motivate the use case.
  • Remove workflow diagram.
  • Simplify snapshot model diagram.
  • Fix the documentation of the ref argument of tar_git_checkout().
  • Add a section to the git.Rmd vignette on code merges.
  • Allow command line Git tests to run locally on Windows.
  • First version.