-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
50 lines (50 loc) · 1.87 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
Package: r2dii.data
Title: Datasets to Measure the Alignment of Corporate Loan Books with
Climate Goals
Version: 0.6.0.9000
Authors@R: c(
person("Alex", "Axthelm", , "[email protected]", role = c("aut", "cre", "dtc"),
comment = c(ORCID = "0000-0001-8579-8565")),
person("Jackson", "Hoffart", , "[email protected]", role = c("aut", "ctr", "dtc"),
comment = c(ORCID = "0000-0002-8600-5042")),
person("Jacob", "Kastl", , "[email protected]", role = c("aut", "ctr"),
comment = c(ORCID = "0009-0000-8281-8129")),
person("Mauro", "Lepore", , "[email protected]", role = c("aut", "ctr"),
comment = c(ORCID = "0000-0002-1986-7988")),
person("RMI", , , "[email protected]", role = c("cph", "fnd"))
)
Description: These datasets support the implementation in R of the
software 'PACTA' (Paris Agreement Capital Transition Assessment),
which is a free tool that calculates the alignment between corporate
lending portfolios and climate scenarios
(<https://www.transitionmonitor.com/>). Financial institutions use
'PACTA' to study how their capital allocation decisions align with
climate change mitigation goals. Because both financial institutions
and market data providers keep their data private, this package
provides fake, public data to enable the development and use of
'PACTA' in R.
License: CC0
URL:
https://rmi-pacta.github.io/r2dii.data/,
https://github.com/RMI-PACTA/r2dii.data
BugReports: https://github.com/RMI-PACTA/r2dii.data/issues
Depends:
R (>= 3.4)
Imports:
lifecycle,
stats,
utils
Suggests:
charlatan,
covr,
readr,
rlang,
rmarkdown,
stringi,
testthat (>= 2.1.0)
Config/testthat/edition: 3
Config/Needs/website: rmi-pacta/pacta.pkgdown.rmitemplate
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2