-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.56 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
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: pactaverse
Title: Easily Install and Load the 'PACTA-verse'
Version: 0.0.0.9000
Authors@R: c(
person(given = "Jackson",
family = "Hoffart",
role = c("aut", "cre", "ctr"),
email = "jackson.hoffart@gmail.com",
comment = c(ORCID = "0000-0002-8600-5042")),
person(given = "CJ",
family = "Yetman",
role = c("aut", "ctr"),
email = "cj@cjyetman.com",
comment = c(ORCID = "0000-0001-5099-9500")),
person(given = "Jacob",
family = "Kastl",
role = c("aut", "ctr"),
email = "jacob.kastl@gmail.com"),
person(given = "Monika",
family = "Furdyna",
role = c("aut", "ctr"),
email = "monika.furdyna@gmail.com"),
person(given = "Alex",
family = "Axthelm",
role = c("aut", "ctr"),
email = "aaxthelm@rmi.org",
comment = c(ORCID = "0000-0001-8579-8565")),
person(given = "RMI",
role = c("cph", "fnd"),
email = "PACTA4investors@rmi.org")
)
Description: The 'pactaverse' is a set of packages that work to help R users
implement various functionality related to the PACTA open source project.
License: MIT + file LICENSE
URL: https://rmi-pacta.github.io/pactaverse/
BugReports: https://github.com/RMI-PACTA/pactaverse/issues
Imports:
cli,
dplyr,
magrittr,
pacta.data.scraping (>= 0.0.0.9000),
pacta.data.preparation (>= 0.1.0.9003),
pacta.data.validation (>= 0.0.0.9000),
pacta.executive.summary (>= 0.0.1.9000),
pacta.interactive.plot (>= 0.0.0.9000),
pacta.portfolio.allocate (>= 0.0.0.9000),
pacta.portfolio.audit (>= 0.0.0.9000),
pacta.portfolio.import (>= 0.0.0.9000),
pacta.portfolio.report (>= 0.0.1.9000),
pacta.portfolio.utils (>= 0.0.1.9000),
pacta.scenario.data.preparation (>= 0.0.0.9000),
purrr,
rlang,
rstudioapi,
tibble
Remotes:
RMI-PACTA/pacta.data.scraping,
RMI-PACTA/pacta.data.preparation,
RMI-PACTA/pacta.data.validation,
RMI-PACTA/pacta.executive.summary,
RMI-PACTA/pacta.interactive.plot,
RMI-PACTA/pacta.portfolio.allocate,
RMI-PACTA/pacta.portfolio.audit,
RMI-PACTA/pacta.portfolio.import,
RMI-PACTA/pacta.portfolio.report,
RMI-PACTA/pacta.portfolio.utils,
RMI-PACTA/pacta.scenario.data.preparation
Suggests:
covr,
DT,
dverse,
mockr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website: rmi-pacta/pacta.pkgdown.rmitemplate, rmarkdown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2