Changelog
Source:NEWS.md
gittargets 0.0.7
CRAN release: 2023-12-04
- Migrate tests to
targets
>= 1.3.2.9004 progress statuses (“completed” instead of “built”, “dispatched” instead of “started”).
gittargets 0.0.5
CRAN release: 2022-09-06
- Use
processx::run()
instead ofsystem2()
intar_git_ok()
and setHOME
toUSERPROFILE
on Windows (#12, @psychelzh). - Handle errors invoking Git to get global user name and email.
gittargets 0.0.2
- Hard reset after checkout in
tar_git_checkout()
in order to recover potentially deleted files (#11).
gittargets 0.0.1
CRAN release: 2022-01-13
- Join rOpenSci.
- Rewrite README to motivate the use case.
- Remove workflow diagram.
- Simplify snapshot model diagram.
- Fix the documentation of the
ref
argument oftar_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.