-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
46 lines (46 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
Package: evyth
Title: Herramientas para el Procesamiento de la Encuesta de Turismo y Vivienda de los Hogares (EVyTH)
Version: 0.0.0.9003
Authors@R: c(
person("Pablo", "Tiscornia", , "[email protected]", role = c("aut", "cre")),
person("Elián", "Soutullo", , "[email protected]", role = c("aut")),
person("Juan Pablo", "Ruiz Nicolini", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3138-6343")),
person("Dirección Nacional de Mercados y Estadísticas", "Ministerio de Turismo y Deportes", , "[email protected]", role = "cph")
)
Description: El paquete provee herramientas para facilitar el trabajo con la base de microdatos de la Encuesta de Turismo y Vivienda de los Hogares (EVyTH), operativo continuo admisnitrado por la Dirección Nacional de Mercados y Estadísticas (DNMyE).
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
assertthat,
comunicacion,
testthat
Config/testthat/edition: 3
Imports:
arrow,
data.table,
dplyr,
foreign,
glue,
magrittr,
stringr,
tidyr,
tidyselect,
utils,
readr,
readxl,
writexl,
zip,
haven,
janitor,
lubridate,
rlang
Remotes:
dnme-minturdep/comunicacion
URL: https://github.com/d4t4tur/evyth
BugReports: https://github.com/d4t4tur/evyth/issues
Depends:
R (>= 2.10)
LazyData: true