-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
45 lines (45 loc) · 1.12 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
Package: pacta.executive.summary
Title: Creates Plots for the PACTA COP Executive Summary
Version: 0.1.1.9002
Authors@R:
person(given = "Monika",
family = "Furdyna",
role = c("aut", "ctr", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3728-0646"))
Description: This package contains plotting functions and a
template for generating the executive summary that displays aggregated
results of a PACTA COP exercise.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
LazyData: true
Imports:
dplyr,
ggplot2,
glue,
grid,
magrittr,
patchwork,
png,
purrr,
r2dii.colours,
r2dii.plot,
rlang,
rmarkdown,
scales,
stringr,
tibble,
tidyr,
tidytext,
utils
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website: rmi-pacta/pacta.pkgdown.rmitemplate
Remotes: RMI-PACTA/r2dii.colours
URL: https://rmi-pacta.github.io/pacta.executive.summary,
https://github.com/RMI-PACTA/pacta.executive.summary