-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.28 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
Package: handwriterRF
Type: Package
Title: Handwriting Analysis with Random Forests
Version: 1.0.2
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("Stephanie", "Reinders", role = c("aut", "cre"), email = "[email protected]"))
Maintainer: Stephanie Reinders <[email protected]>
Description: Perform forensic handwriting analysis of two scanned handwritten documents. This package implements the statistical method described by Madeline Johnson and Danica Ommen (2021) <doi:10.1002/sam.11566>. Similarity measures and a random forest produce a score-based likelihood ratio that quantifies the strength of the evidence in favor of the documents being written by the same writer or different writers.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
tibble
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Imports:
dplyr,
handwriter,
magrittr,
purrr,
ranger,
reshape2,
tidyr,
tidyselect
Config/testthat/edition: 3
URL: https://github.com/CSAFE-ISU/handwriterRF
BugReports: https://github.com/CSAFE-ISU/handwriterRF/issues