From 3eb92c759556e89d235202c45decb2dc859e661d Mon Sep 17 00:00:00 2001 From: Jonathan Bratt <33073024+jonathanbratt@users.noreply.github.com> Date: Thu, 3 Mar 2022 08:09:42 -0600 Subject: [PATCH] Cran prep (#32) * update vnum * update comments * Update cran-comments.md Co-authored-by: Jon Harmon Co-authored-by: Jon Harmon --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 17 +++++++++++++---- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a08c5a6..65f6b1d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: wordpiece Type: Package Title: R Implementation of Wordpiece Tokenization -Version: 2.1.2 +Version: 2.1.3 Authors@R: c( person(given = "Jonathan", family = "Bratt", diff --git a/NEWS.md b/NEWS.md index 66c141c..09f366f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# wordpiece 2.1.0 +# wordpiece 2.1.3 * Implemented various speed improvements, improving speed and memory usage by over 1000x. (#27, @jonathanbratt) * Removed purrr dependency. (#30, @jonthegeek) diff --git a/cran-comments.md b/cran-comments.md index f3c711c..4bd54f4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,23 @@ -## v. 2.0.1 -* Resubmitting 2021-10-18 -* Updated to use the wordpiece.data and piecemaker packages. +## v. 2.1.3 (Resubmission) +* Submitting update 2022-03-03 +* Implemented significant speed and memory improvements. + ## Test environments * local R installation, R 4.0.3 * win-builder (devel) -* Windows Server 2008 R2 SP1, R-devel, 32/64 bit (rhub) +* Windows Server 2022, R-devel, 64 bit (rhub) * Ubuntu Linux 20.04.1 LTS, R-release, GCC (rhub) * Fedora Linux, R-devel, clang, gfortran (rhub) +There is a NOTE when testing for Windows Server, which apparently has been showing up for all packages lately: + +``` +* checking for detritus in the temp directory ... NOTE +Found the following files/directories: + 'lastMiKTeXException' +``` + ## R CMD check results 0 errors | 0 warnings | 0 notes