-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.19 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
Package: gbtransparency
Type: Package
Title: An R Package for Green Bond Datasets
Version: 0.1.0
Authors@R: c(
person("Teal", "Emery", , "[email protected]", role = c("aut")),
person("Reuben", "Opondo", , "[email protected]", role = "cre")
)
Description: `gbtransparency` is an R package for working with Green Bond Datasets.
There are five (5) datasets namely;
(1) bond's general information,
(2) allocation of proceeds to project categories using international standards (GBP, CBI),
(3) measurements of impact and outcome KPIs,
(4) individual bond-tranche information and
(5) detailed information of the projects receiving disbursements.
`gbtransparency` therefore, provides an easy way for R users to load the datasets and
helper functions to ease common analysis workflows.
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
dplyr
Config/testthat/edition: 3
URL: https://github.com/Teal-Insights/gbtransparency, https://teal-insights.github.io/gbtransparency/
BugReports: https://github.com/Teal-Insights/gbtransparency/issues