-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
37 lines (37 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
37
Package: SDGsR
Title: Interface with the UN SDGs API to get data about the Sustainable Development Goals
Version: 0.0.0.9000
Date: 2021-04-07
URL: https://drmattg.github.io/SDGsR/
BugReports: https://github.com/DrMattG/SDGsR/issues
Authors@R:
person(given = "Matt",
family = "Grainger",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8426-6495"))
Description: The package allows the user to interface with the UN SDGs data portal through the SDGS API (https://unstats.un.org/SDGAPI/swagger/). The package has a few simple functions that allow the user to get Goals, Targets and Indicators text and get a dataframe of specific indicators for specific countries.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 2.10)
Imports:
jsonlite,
here,
readr,
dplyr,
tidyr
Suggests:
knitr,
rmarkdown,
ggpubr,
kableExtra,
shiny,
plotly,
stringi,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3