-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 900 Bytes
/
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
Package: engihr
Title: Funciones para trabajar con la ENGIH 2018 del Banco Central
Version: 0.1.0
Authors@R:
c(person(given = "Daniel E.",
family = "de la Rosa",
role = c("aut", "cre"),
email = "me@dnldelarosa.com"),
person(given = "Adatar",
role = "cph"))
Description: Este paquete contiene funciones para trabajar con los datos de la
Encuesta Nacional Gastos e Ingresos de los Hogares (ENGIH, 2018).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
magrittr,
lifecycle,
labeler
Remotes:
adatar-do/labeler
RdMacros: lifecycle
URL: https://github.com/endomer-py/engihr, https://endomer-py.github.io/engihr/
BugReports: https://github.com/endomer-py/engihr/issues
Suggests:
knitr,
covr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)