-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.1 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
Package: workflow.pacta.report
Title: Reporting functionality for PACTA
Version: 0.0.0.9008
Authors@R:
c(person(given = "Alex",
family = "Axthelm",
role = c("aut", "cre", "ctr"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8579-8565")),
person(given = "Jackson",
family = "Hoffart",
email = "[email protected]",
role = c("aut", "ctr"),
comment = c(ORCID = "0000-0002-8600-5042")),
person(given = "RMI",
role = c("cph", "fnd"),
email = "[email protected]"))
Description: Create Interactive Reports and Executive Summaries for PACTA.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
jsonlite,
logger,
pacta.executive.summary,
pacta.portfolio.report,
pacta.portfolio.utils,
pacta.workflow.utils,
readr
Remotes:
RMI-PACTA/pacta.executive.summary,
RMI-PACTA/pacta.portfolio.report,
RMI-PACTA/pacta.portfolio.utils,
RMI-PACTA/pacta.workflow.utils