-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 855 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 855 Bytes
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
Package: plausi
Type: Package
Title: popular vote forensics
Version: 0.3.0
Authors@R: c(person(given = "Thomas",
family = "Lo Russo",
role = c("aut"),
email = "thomas.lorusso@statistik.ji.zh.ch"),
person(given = "Simon",
family = "Graf",
role = c("aut", "cre"),
email = "simon.graf@statistik.ji.zh.ch"))
Description: Toolkit for vote and election forensics in R that allows to identify statistical anomalies in vote results.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
caret,
stats
Depends:
R (>= 2.10)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
devtools,
kernlab,
ggplot2,
dplyr,
tidyr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3