-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 986 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
34
35
36
37
38
39
Package: ElectionsLATAM
Type: Package
Title: Statistics Methods for Applying in LATAM Elections
Version: 0.1.1
Language: en-US
Authors@R: c(
person("Alejandro", "Baranek",,"[email protected]", c("cre", "aut")),
person("Ernesto","Calvo",,"[email protected]", c("aut")),
person("Andy","Tow",,"[email protected]", c("aut"))
)
Maintainer: Alejandro Baranek <[email protected]>
Description: Is intended for applying reproducible research on statistical methods for latinamerican (& others) elections.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Collate:
'ecological-inference.R'
'util.R'
'zzz.R'
Imports: lgr,
R6,
readr,
readxl,
dplyr,
magrittr,
foreign,
boot,
networkD3,
webshot,
testthat
Suggests: rmarkdown,
knitr,
covr,
lintr,
pkgdown
VignetteBuilder: knitr
BugReports: https://github.com/rOpenStats/ElectionsLATAM/issues
URL: https://github.com/rOpenStats/ElectionsLATAM