-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1011 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
Package: handwriterApp
Title: A 'shiny' Application for Handwriting Analysis
Version: 2.0.0.9000
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]"))
Description: Perform statistical writership analysis of scanned handwritten documents with a 'shiny' app for 'handwriter'.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
LazyData: true
Imports:
bslib,
dplyr,
ggplot2,
handwriter,
handwriterRF,
magick,
magrittr,
rmarkdown,
shiny,
shinycssloaders,
shinyFiles,
shinyjs,
stringr,
tidyr
Suggests:
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/CSAFE-ISU/handwriterApp
BugReports: https://github.com/CSAFE-ISU/handwriterApp/issues