forked from tereom/quickcountmx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 895 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
Package: quickcountmx
Type: Package
Title: Estimate Election Results Mexico
Version: 0.1.0
Description: Functions to simulate and estimate Mexican election results based on a simple or stratified random sample, the functions were used, among other methodologies, to anticipate the final results of the 2018 Mexican elections.
Author@R: c(person("Teresa", "Ortiz", email = "[email protected]", role = c("aut", "cre")), person("Felipe", "Gonzalez", email = "[email protected]", role = c("aut", "cre")))
URL: https://github.com/tereom/quickcountmx
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: dplyr,
R2jags,
purrr,
rstan, rstantools,
MCMCglmm
Suggests: knitr,
rmarkdown
LinkingTo: StanHeaders, rstan, BH, Rcpp, RcppEigen
SystemRequirements: GNU make
NeedsCompilation: yes
VignetteBuilder: knitr
Enhances: parallel