-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare for CRAN. * Update win server details for rhub.
- Loading branch information
1 parent
4d5c279
commit f893df5
Showing
5 changed files
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# wordpiece.data 2.0.0 | ||
|
||
- Breaking change: The wordpiece vocabularies are now character vectors, rather than named integer vectors. Update wordpiece to version 2.1.2 or later for compatibility. | ||
|
||
# wordpiece.data 1.0.2 | ||
|
||
* Corrected type of loaded vocabularies from double to integer. | ||
- Corrected type of loaded vocabularies from double to integer. | ||
|
||
# wordpiece.data 1.0.1 | ||
|
||
* Initial CRAN release. | ||
- Initial CRAN release. | ||
|
||
# wordpiece.data 1.0.0 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
- Added a `NEWS.md` file to track changes to the package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,33 @@ | ||
# Resubmission | ||
|
||
## Changes | ||
|
||
* Breaking change: The wordpiece vocabularies are now character vectors, rather than named integer vectors. | ||
|
||
## Test environments | ||
* local R installation, R 4.1.1 (Windows 10) | ||
* local R installation, R 4.1.2 (Windows 10) | ||
* 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: | ||
|
||
``` | ||
* checking for detritus in the temp directory ... NOTE | ||
Found the following files/directories: | ||
'lastMiKTeXException' | ||
``` | ||
|
||
I cannot reproduce this error on my Windows machine, and a web search indicated that it is likely nothing. This package is very simple and I can't find anything that could possibly trigger that error. | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
* These words in DESCRIPTION are NOT misspelled: Tokenization, tokenize, wordpiece, Wordpiece. | ||
|
||
|
||
## Reverse dependencies | ||
|
||
wordpiece 2.1.2 handles the difference between this version of wordpiece.data and the previous version. |