-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1020 Bytes
/
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
Package: chktemplate
Title: Modify Data Template to Readable Format
Version: 0.2.0
Authors@R:
c(
person("Seb", "Dalgarno", , "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-3658-4517")),
person("Joe", "Thorley", , "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0002-7683-4592")),
person("Ayla", "Pearson", , "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7388-1222")),
person(given = "Poisson Consulting", role = c("cph", "fnd"))
)
Description: Modify a data template to be human-readable and check the data
follows the template rules.
License: MIT + file LICENSE
Depends:
R (>= 4.0)
Imports:
chk,
dplyr,
stats,
tibble
Suggests:
covr,
readxl,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/Needs/website: poissonconsulting/poissontemplate