Skip to content

Commit 9cc3118

Browse files
Changed version to 2.0.2 for resubmission to CRAN
Hadley Wickham's book "R Packages (2e)" says that if your submission to CRAN fails, increment the version number with `usethis::use_version('patch')` and make the necessary changes. The relevant section in the book is https://r-pkgs.org/release.html#failure-modes
1 parent e92011c commit 9cc3118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: 2.0.1
3+
Version: 2.0.2
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 = "[email protected]"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# handwriter 2.0.1
1+
# handwriter 2.0.2
22

33
## New features
44

0 commit comments

Comments
 (0)