forked from guyabel/wcde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.56 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
51
52
53
54
55
56
57
Package: wcde
Title: Download Data from the Wittgenstein Human Capital Data Explorer
Version: 0.0.2.03
Authors@R:
c(person(given = c("Guy", "J."),
family = "Abel",
role = c("aut", "cre", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4893-5687")),
person(given = "Samir",
family = "K.C.",
role = "ctb",
comment = c(ORCID = "0000-0002-5213-9181")),
person(given = "Michaela",
family = "Potancokova",
role = "ctb"),
person(given = "Claudia",
family = "Reiter",
role = "ctb",
comment = c(ORCID = "0000-0002-1485-3851")),
person(given = "Andrea",
family = "Tamburini",
role = "ctb"),
person(given = "Dilek",
family = "Yildiz",
role = "ctb",
comment = c(ORCID = "0000-0001-6192-0634")))
URL: https://guyabel.github.io/wcde/
BugReports: https://github.com/guyabel/wcde/issues/
Description: Download and plot education specific demographic data from the Wittgenstein Human Capital Data Explorer <http://dataexplorer.wittgensteincentre.org/>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr,
magrittr,
tidyr,
progress,
countrycode,
tibble,
purrr,
stringr,
readr,
forcats,
utils
Depends:
R (>= 2.10)
Suggests:
spelling,
knitr,
rmarkdown,
tidyverse,
lemon
VignetteBuilder: knitr
Language: en-US