Skip to content

Commit

Permalink
Prep for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmullen committed Mar 29, 2018
1 parent 73011cb commit 964ed40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: tokenizers
Type: Package
Title: Fast, Consistent Tokenization of Natural Language Text
Version: 0.2.0.9000
Date: 2018-03-19
Version: 0.2.1
Date: 2018-03-29
Description: Convert natural language text into tokens. Includes tokenizers for
shingled n-grams, skip n-grams, words, word stems, sentences, paragraphs,
characters, shingled characters, lines, tweets, Penn Treebank, regular
Expand All @@ -27,7 +27,7 @@ Authors@R: c(person("Lincoln", "Mullen", role = c("aut", "cre"),
person("Kenneth", "Benoit", role = c("ctb"),
email = "kbenoit@lse.ac.uk",
comment = c(ORCID = "0000-0002-0797-564X")))
URL: http://lincolnmullen.com/software/tokenizers/
URL: https://lincolnmullen.com/software/tokenizers/
BugReports: https://github.com/ropensci/tokenizers/issues
RoxygenNote: 6.0.1
Depends:
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# tokenizers 0.2.1

- Add citation information to JOSS paper.

# tokenizers 0.2.0

## Features
Expand All @@ -22,7 +26,7 @@

# tokenizers 0.1.4

- Add the `tokenize_character_shingles()` tokenizer.
- Add the `tokenize_character_shingles()` tokenizer.
- Improvements to documentation.

# tokenizers 0.1.3
Expand Down
12 changes: 3 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
This update adds new functionality and bug fixes to the tokenizers package as
detailed in the NEWS.md file.

As requested by CRAN maintainers, I have changed the URL to Project Gutenberg to
its base URL. CRAN automated tests likely receive a 403 error because the site
prevents scraping.
This is a minor update to fix bugs and add peer review and citation information.

## Test environments

* Local OS X install: R-Release
* Ubuntu (on Travis-CI): R-release, R-devel, R-oldrel
* Local Ubuntu 16.04 nstall: R-release
* Win-builder: R-devel and R-release
* Local Ubuntu 16.04 install: R-release
* Win-builder: R-devel

## R CMD check results

* One NOTE pertains to a new release of the package.
* One NOTE pertains to non-ASCII strings in test files only, which are
necessary to ensure the package's functionality on Windows.

0 comments on commit 964ed40

Please sign in to comment.