Skip to content

Commit 3fdc216

Browse files
Changed version to reflect that it is a patch
Instead of changing to version 3.2.0, changed version to 3.1.1 because it is a patch to fix an error with writer IDs that contain letters in addtion to numbers. Made a note in cran-comments.md that this version is a patch following instructions in https://r-pkgs.org/release.html#failure-modes
1 parent 741ff20 commit 3fdc216

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: handwriter
22
Title: Handwriting Analysis in R
3-
Version: 3.2.0
3+
Version: 3.1.1
44
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")),
55
person("Nick", "Berry", role = "aut"),
66
person("Stephanie", "Reinders", role = c("aut", "cre"), email = "srein@iastate.edu"),

cran-comments.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## R CMD check results
22

3-
0 errors | 0 warnings | 0 notes
3+
0 errors | 0 warnings | 1 notes
4+
5+
Days since last update: 4
6+
7+
## Patch
8+
This is a patch to fix errors that occur in fit_model and analyze_questioned_documents if the input writer IDs contain letters in addition to numbers.
49

510
## revdepcheck results
611

0 commit comments

Comments
 (0)