-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.13 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
Package: pacta.scenario.data.preparation
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R: c(
person(given = "CJ",
family = "Yetman",
role = c("aut", "cre"),
email = "cj@cjyetman.com",
comment = c(ORCID = "0000-0001-5099-9500")),
person(given = "Jackson",
family = "Hoffart",
role = c("aut", "ctr"),
email = "jackson.hoffart@gmail.com",
comment = c(ORCID = "0000-0002-8600-5042")),
person(given = "RMI",
role = c("cph", "fnd"),
email = "PACTA4investors@rmi.org")
)
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
covr,
here,
readr,
testthat (>= 3.0.0),
tidyxl
Config/testthat/edition: 3
Config/Needs/website: rmi-pacta/pacta.pkgdown.rmitemplate
Imports:
dplyr,
glue,
janitor,
pacta.data.validation,
purrr,
rlang,
stringr,
tidyr,
unpivotr,
zoo
Remotes:
RMI-PACTA/pacta.data.validation
Depends:
R (>= 3.5.0)
LazyData: true