-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.78 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
58
59
60
61
62
63
64
65
Package: pacta.data.preparation
Title: Prepare Data for PACTA for Investors
Version: 0.1.0.9003
Authors@R:
c(person(given = "CJ",
family = "Yetman",
role = c("aut", "cre", "ctr"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5099-9500")),
person(given = "Jackson",
family = "Hoffart",
email = "[email protected]",
role = c("aut", "ctr"),
comment = c(ORCID = "0000-0002-8600-5042")),
person(given = "Jacob",
family = "Kastl",
role = c("aut", "ctr"),
email = "[email protected]"),
person(given = "Alex",
family = "Axthelm",
role = c("aut", "ctr"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8579-8565")),
person(given = "RMI",
role = c("cph", "fnd"),
email = "[email protected]"))
Description: This package provides tools to prepare input datasets to be run in
the PACTA_analysis tool.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli (>= 3.5.0),
countrycode,
data.table,
devtools,
dplyr (>= 1.1.0),
dtplyr,
jsonlite,
lubridate,
rlang,
stats,
stringr,
tidyr,
tidyselect (>= 1.2.0),
withr
Depends:
R (>= 3.4.0)
LazyData: true
Suggests:
here,
knitr,
pkgdown,
readr,
readxl,
rmarkdown,
rstudioapi,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website: rmi-pacta/pacta.pkgdown.rmitemplate
URL: https://github.com/RMI-PACTA/pacta.data.preparation
BugReports: https://github.com/RMI-PACTA/pacta.data.preparation/issues
VignetteBuilder: knitr