From 34ca9c9471fdc26ffd742dc7bf1c0877b718dca7 Mon Sep 17 00:00:00 2001 From: Stephanie Reinders Date: Tue, 29 Oct 2024 16:09:29 -0500 Subject: [PATCH] Increment version number to 1.0.2 --- DESCRIPTION | 2 +- NEWS.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8c35586..92bba8a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: handwriterRF Type: Package Title: Handwriting Analysis with Random Forests -Version: 1.0.1 +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 = "reinders.stephanie@gmail.com")) Maintainer: Stephanie Reinders diff --git a/NEWS.md b/NEWS.md index e8c23fe..29fea90 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# handwriterRF 1.0.2 + +* Removed quotes around "same writer" and "different writer" in documentation. + +* Removed dontrun{} from the examples for random_forest. Changed example for get_distances() to something that runs in less than 5 seconds and removed dontrun{} from this example. The examples for calculate_slr() take longer than 5 seconds to run so dontrun{} was changed to donttest{} for these examples. + # handwriterRF 1.0.1 # handwriterRF 1.0.0