-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.75 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: ech
Title: Downloading and Processing Microdata from ECH-INE (Uruguay)
Version: 0.1.3
Authors@R:
c(person(given = "Gabriela",
family = "Mathieu",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3965-9024")),
person(given = "Richard",
family = "Detomasi",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-6725-0261")),
person(given = "Tati",
family = "Micheletti",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4838-8342")),
person(family = "Instituto Nacional de Estadistica, Uruguay (INE)",
role = "dtc"))
Maintainer: Gabriela Mathieu <[email protected]>
Description: A consistent tool for downloading ECH data, processing them and generating new indicators: poverty, education, employment, etc. All data are downloaded from the official site of the National Institute of Statistics at <https://www.gub.uy/instituto-nacional-estadistica/datos-y-estadisticas/encuestas/encuesta-continua-hogares>.
License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
assertthat,
curl,
dplyr (>= 1.0.0),
fs,
geouy,
glue,
haven (>= 2.3.0),
janitor,
labelled,
laeken,
rlang,
srvyr (>= 0.4.0),
statar,
stringr,
survey,
tidyr,
utils
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
SystemRequirements: 'unrar' (Linux/macOS) or '7-Zip' (Windows)
to work with '.rar' files, GDAL (>= 3.0.2), GEOS (>= 3.8.0), PROJ (>=
6.2.1)