-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
46 lines (46 loc) · 1.31 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
42
43
44
45
46
Package: handwriter
Title: Handwriting Analysis in R
Version: 3.2.4
Authors@R: c(person("Iowa State University of Science and Technology on behalf of its Center for Statistics and Applications in Forensic Evidence", role = c("aut", "cph", "fnd")),
person("Nick", "Berry", role = "aut"),
person("Stephanie", "Reinders", role = c("aut", "cre"), email = "srein@iastate.edu"),
person("James", "Taylor", role = "aut"),
person("Felix", "Baez-Santiago", role = "ctb"),
person("Jon", "González", role = "ctb"))
Maintainer: Stephanie Reinders <srein@iastate.edu>
Description: Perform statistical writership analysis of scanned handwritten documents.
Webpage provided at: <https://github.com/CSAFE-ISU/handwriter>.
Depends: R (>= 3.5.0)
LinkingTo: Rcpp, RcppArmadillo
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
doParallel,
dplyr,
foreach,
ggplot2,
igraph,
lpSolve,
magick,
mc2d,
png,
purrr,
Rcpp,
reshape2,
Rfast,
rjags,
stringr,
tidyr,
tidyselect
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
coda,
withr
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/CSAFE-ISU/handwriter
BugReports: https://github.com/CSAFE-ISU/handwriter/issues