-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.71 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: batchr
Title: Batch Process Files
Version: 0.0.2.9000
Authors@R:
c(person(given = "Joe",
family = "Thorley",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7683-4592")),
person(given = "Audrey",
family = "Beliveau",
role = "ctb",
email = "[email protected]"),
person(given = "Ayla",
family = "Pearson",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0001-7388-1222")),
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,
tibble,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/Needs/website: poissonconsulting/poissontemplate