Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-05-01 | 1.3 kB | |
workflowr 1.6.2 source code.tar.gz | 2020-05-01 | 653.4 kB | |
workflowr 1.6.2 source code.zip | 2020-05-01 | 876.4 kB | |
Totals: 3 Items | 1.5 MB | 0 |
This patch release of workflowr includes minor improvements, updated documentation, and bug fixes. Users are encouraged to upgrade workflowr so that it is compatible with the next release of fs (>1.4.1).
Minor improvements
- Make the HTTP calls by
wflow_use_github()
to the GitHub API more resilient to transient network issues by automatically retrying HTTP calls more than once (@jameslamb, [#199], [#201]) - Enhance the RStudio Project Template to include more arguments from
wflow_start()
(@trannhatanh89, [#193], [#200]) - Throw error early if user sets
overwrite = TRUE
towflow_start()
butexisting = FALSE
, since it isn't possible to overwrite non-existent files (@skpurdue, [#194], [#202], idea from @pcarbo)
Updated documentation
- Update FAQ entry on external images to note that the website directory for GitLab Pages is
public/
, notdocs/
(idea from @ryurko)
Bug fixes
- Send warning if Python plots created using outdated version of reticulate (<1.15) (bug report from @lazappi, [#181])
- Make workflowr compatible with fs version 1.4.1.9000+ (@jimhester, [#204])
- Set minimum version requirement for dependency rprojroot to 1.2
- Skip test of error handling of deleted working directory on Solaris