Package: batchr
Title: Batch Process Files
Version: 0.0.1
Authors@R: 
    c(person(given = "Joe",
             family = "Thorley",
             role = c("cre", "aut"),
             email = "joe@poissonconsulting.ca",
             comment = c(ORCID = "0000-0002-7683-4592")),
      person(given = "Audrey",
             family = "Beliveau",
             role = "ctb",
             email = "audrey.beliveau@uwaterloo.ca"),
      person(given = "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, withr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-12 17:55:28 UTC; joe
Author: Joe Thorley [cre, aut] (<https://orcid.org/0000-0002-7683-4592>),
  Audrey Beliveau [ctb],
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2021-02-16 10:10:02 UTC
