forked from rOpenGov/eurostat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·91 lines (91 loc) · 2.21 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: eurostat
Type: Package
Title: Tools for Eurostat Open Data
Date: 2021-05-12
Version: 3.7.5.9000
Encoding: UTF-8
Authors@R:
c(person(given = "Leo",
family = "Lahti",
role = c("aut", "cre"),
email = "leo.lahti@iki.fi",
comment = c(ORCID = "0000-0001-5537-637X")),
person(given = "Janne",
family = "Huovari",
role = "aut"),
person(given = "Markus",
family = "Kainu",
role = "aut"),
person(given = "Przemyslaw",
family = "Biecek",
role = "aut"),
person(given = "Daniel",
family = "Antal",
role = "ctb"),
person(given = "Diego",
family = "Hernangomez",
role = "ctb"),
person(given = "Joona",
family = "Lehtomaki",
role = "ctb"),
person(given = "Francois",
family = "Briatte",
role = "ctb"),
person(given = "Reto",
family = "Stauffer",
role = "ctb"),
person(given = "Paul",
family = "Rougieux",
role = "ctb"),
person(given = "Anna",
family = "Vasylytsya",
role = "ctb"),
person(given = "Oliver",
family = "Reiter",
role = "ctb"),
person(given = "Pyry",
family = "Kantanen",
role = "ctb"))
MailingList: rOpenGov <ropengov-forum@googlegroups.com>
Description: Tools to download data from the Eurostat database
<https://ec.europa.eu/eurostat> together with search and
manipulation utilities.
License: BSD_2_clause + file LICENSE
Depends:
R (>= 3.1.0)
Imports:
broom,
classInt,
countrycode,
curl,
dplyr,
httr,
magrittr,
jsonlite,
lubridate,
RColorBrewer,
readr,
RefManageR,
stringi,
stringr,
tibble,
tidyr
Suggests:
covr,
Cairo,
ggplot2,
knitr,
markdown,
rmarkdown,
roxygen2,
rvest,
testthat,
tmap,
usethis
LazyData: true
URL: https://ropengov.github.io/eurostat/
BugReports: https://github.com/ropengov/eurostat/issues
VignetteBuilder: knitr
NeedsCompilation: no
Repository: CRAN
RoxygenNote: 7.1.1