-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.52 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
Package: opinAr
Title: Argentina's Public Opinion Toolbox
Version: 1.0.0
Authors@R:
c(person(given = "Camila",
family = "Higa",
role = c("aut","cph"),
email = "chiga1226@gmail.com"),
person(given = "Juan Pablo",
family = "Ruiz Nicolini",
role = c("aut", "cph", "cre"),
email = "juanpabloruiznicolini@gmail.com",
comment = c(ORCID = "0000-0002-3138-6343")))
Description: A toolbox for working with public opinion data from Argentina. It facilitates access to microdata and the calculation of indicators of the Trust in Government Index (ICG), prepared by the Torcuato Di Tella University. Although we will try to document everything possible in English, by its very nature Spanish will be the main language. El paquete fue pensado como una caja de herramientas para el trabajo con datos de opinión pública de Argentina. El mismo facilita el acceso a los microdatos y el cálculos de indicadores del Índice de Confianza en el Gobierno (ICG), elaborado por la Universidad Torcuato Di Tella.
License: MIT + file LICENSE
URL: https://github.com/PoliticaArgentina/opinAr
BugReports: https://github.com/PoliticaArgentina/opinAr/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
haven,
janitor,
rvest,
glue,
dplyr,
purrr,
stringr,
magrittr,
assertthat,
rlang,
sjPlot,
gt,
lubridate
Depends:
R (>= 3.6)
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr