Skip to content

Commit

Permalink
Cran prep (#32)
Browse files Browse the repository at this point in the history
* update vnum

* update comments

* Update cran-comments.md

Co-authored-by: Jon Harmon <[email protected]>

Co-authored-by: Jon Harmon <[email protected]>
  • Loading branch information
jonathanbratt and jonthegeek authored Mar 3, 2022
1 parent ba018ad commit 3eb92c7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
17 changes: 13 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3eb92c7

Please sign in to comment.