Processes multiple files with a user-supplied function. The key design principle is that only files which were last modified before the directory was configured are processed. A hidden file stores the configuration time and function etc while successfully processed files are automatically touched to update their modification date. As a result batch processing can be stopped and restarted and any files created (or modified or deleted) during processing are ignored.
Version: | 0.0.1 |
Depends: | R (≥ 3.6) |
Imports: | chk, cli, furrr, hms, hmstimer, parallel, stats, yesno |
Suggests: | covr, future, knitr, rmarkdown, testthat, withr |
Published: | 2021-02-16 |
Author: | Joe Thorley |
Maintainer: | Joe Thorley <joe at poissonconsulting.ca> |
BugReports: | https://github.com/poissonconsulting/batchr/issues |
License: | MIT + file LICENSE |
URL: | https://poissonconsulting.github.io/batchr/ |
NeedsCompilation: | no |
Language: | en-US |
Materials: | README NEWS |
CRAN checks: | batchr results |
Reference manual: | batchr.pdf |
Vignettes: |
Get Started with batchr |
Package source: | batchr_0.0.1.tar.gz |
Windows binaries: | r-devel: batchr_0.0.1.zip, r-release: not available, r-oldrel: not available |
macOS binaries: | r-release: not available, r-oldrel: not available |
Please use the canonical form https://CRAN.R-project.org/package=batchr to link to this page.