Package: batchr Title: Batch Process Files Version: 0.0.2.9006 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), person("Audrey", "Beliveau", , "audrey.beliveau@uwaterloo.ca", role = "ctb"), person("Ayla", "Pearson", , "ayla@poissonconsulting.ca", role = "ctb", comment = c(ORCID = "0000-0001-7388-1222")), person("Poisson Consulting", role = c("cph", "fnd")) ) Description: 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. License: MIT + file LICENSE URL: https://poissonconsulting.github.io/batchr/ BugReports: https://github.com/poissonconsulting/batchr/issues Depends: R (>= 3.6) Imports: chk, cli, furrr, hms, hmstimer, parallel, stats, yesno Suggests: covr, future, knitr, rmarkdown, testthat, tibble, withr VignetteBuilder: knitr Config/Needs/website: poissonconsulting/poissontemplate Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2.9000 Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-07-15 07:39:29 UTC RemoteUrl: https://github.com/poissonconsulting/batchr RemoteRef: HEAD RemoteSha: d1ab0ce3b33452d1313fcc5ee9837b5d334478f1 NeedsCompilation: no Packaged: 2026-07-18 08:38:38 UTC; root Author: Joe Thorley [aut, cre] (ORCID: ), Audrey Beliveau [ctb], Ayla Pearson [ctb] (ORCID: ), Poisson Consulting [cph, fnd] Maintainer: Joe Thorley