forked from rOpenGov/eurostat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·62 lines (62 loc) · 1.42 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
Package: eurostat
Type: Package
Title: Tools for Eurostat Open Data
Date: 2020-05-12
Version: 3.6.4
Encoding: UTF-8
Authors@R: c(
person("Leo", "Lahti", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5537-637X")),
person("Janne", "Huovari", role = "aut"),
person("Markus", "Kainu", role = "aut"),
person("Przemyslaw" , "Biecek", role = "aut"),
person("Joona", "Lehtomaki", role = "ctb"),
person("Francois", "Briatte", role = "ctb"),
person("Oliver", "Reiter", role = "ctb"))
Maintainer: Leo Lahti <[email protected]>
MailingList: rOpenGov <[email protected]>
Description: Tools to download data from the Eurostat database
<http://ec.europa.eu/eurostat> together with search and
manipulation utilities.
License: BSD_2_clause + file LICENSE
Depends:
methods,
R (>= 3.1.0)
Imports:
broom,
classInt,
countrycode,
curl,
dplyr,
httr,
jsonlite,
lubridate,
RColorBrewer,
readr,
RefManageR,
sf,
sp,
stringi,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
Cairo,
ggplot2,
knitr,
mapproj,
plotrix,
rmarkdown,
roxygen2,
rsdmx,
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.0