-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: indicators
Title: Tidy Statistical Indicators
Version: 0.1.0
Authors@R:
c(person("Daniel", "Antal", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7513-6760")),
person(given = "Kasia",
family = "Kulma",
role = "ctb",
comment = c(ORCID = "0000-0002-2952-9720")),
person(given = "Pyry",
family = "Kantanen",
role = "ctb"))
Maintainer: Daniel Antal <[email protected]>
Description: Creates tidy and documented statistical indicators from various statistical warehouses or from the Zenodo data repository.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr,
eurostat,
magrittr,
lubridate,
tidyselect,
rlang,
assertthat,
glue,
purrr,
DBI,
RSQLite,
tidyr,
snakecase,
fs,
writexl,
zoo,
forecast,
timetk,
sweep,
stringr,
pillar
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
markdown,
covr
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 2.10)