Skip to content

Commit

Permalink
Update CRAN comments, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Jan 4, 2021
1 parent a113812 commit 6772f14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: tidytext
Type: Package
Title: Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools
Version: 0.2.6.9000
Version: 0.3.0
Authors@R: c(person("Gabriela", "De Queiroz", role = c("ctb"),
email = "gabidequeiroz@gmail.com"),
person("Colin", "Fay", role = c("ctb"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# tidytext (development version)
# tidytext 0.3.0

* Use vdiffr conditionally
* Bug fix/breaking change for `collapse` argument to `unnest_functions()`. This argument now takes either `NULL` (do not collapse text across rows for tokenizing) or a character vector of variables (use said variables to collapse text across rows for tokenizing). This fixes a long-standing bug and provides more consistent behavior, but does change results for many situations (such as n-gram tokenization).
Expand Down
22 changes: 6 additions & 16 deletions cran-comments.md
@@ -1,33 +1,23 @@
## Release Summary

This is a resubmission of the 17th CRAN release of tidytext, with a URL fix as requested. This release moves one vignette out of the package itself to its pkgdown site, because of a dependency removal from CRAN.
This is the 18th CRAN release of tidytext. This release uses vdiffr conditionally in tests, as requested due to M1 macOS issues. This release also fixes a long-standing bug and provides more consistent behavior with the `collapse` argument to `unnest_tokens()`.

## Test environments

* local macOS install: release
* macOS 10.15.5 (on GitHub actions): release, devel
* ubuntu 16.04 (on GitHub actions): oldrel, release
* windows server 2019 10.0.17763 (on GitHub actions): release, devel
* macOS 10.15.7 (on GitHub actions): release
* windows server 2019 10.0.17763 (on GitHub actions): release
* ubuntu 20.04 (on GitHub actions): oldrel, release, devel
* win-builder: release, devel

## R CMD check results

0 errors | 0 warnings | 1 notes

I found the following note about a possibly invalid URL in the documentation, but the URL seems to be working fine:

Found the following (possibly) invalid URLs:
URL: https://www.cs.uic.edu/~liub/FBS/sentiment-analysis.html
From: man/sentiments.Rd
Status: Error
Message: libcurl error code 60:
SSL certificate problem: certificate has expired
(Status without verification: OK)
0 errors | 0 warnings | 0 notes


## revdepcheck results

I checked 29 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
I checked 31 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* I saw 0 new problems
* I failed to check 0 packages

0 comments on commit 6772f14

Please sign in to comment.