Skip to content

Commit

Permalink
Update version, date, CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Oct 23, 2016
1 parent 3f12439 commit b35fcdb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Package: janeaustenr
Title: Jane Austen's Complete Novels
Version: 0.1.2
Date: 2016-09-17
Version: 0.1.3
Date: 2016-10-22
Authors@R: person("Julia", "Silge", email = "[email protected]", role = c("aut", "cre"))
Description: Full texts for Jane Austen's 6 completed novels, ready for text
analysis. These novels are "Sense and Sensibility", "Pride and Prejudice",
"Mansfield Park", "Emma", "Northanger Abbey", and "Persuasion".
URL: https://github.com/juliasilge/janeaustenr
BugReports: https://github.com/juliasilge/janeaustenr/issues
Depends: R (>= 3.1.2)
Suggests: dplyr
Suggests: dplyr,
testthat
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 5.0.1
Expand Down
10 changes: 7 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Release summary

This is the third CRAN release of janeaustenr. I am submitting a new release because the implementation of the `austen_books` function has been changed to use only base functions (`dplyr` has been moved to Suggests).
This is the fourth CRAN release of janeaustenr. I am submitting a new release to realign the factor order in the `austen_books` function with publication order.

## Test environments

* Local OS X install: R 3.3.0
* Ubuntu 12.04 (on Travis-CI): R 3.3.0
* Local OS X install: R 3.3.1
* Ubuntu 12.04 (on Travis-CI): R 3.3.1
* Win-builder: R-devel and R-release

## R CMD check results
Expand All @@ -16,3 +16,7 @@ There was a message about possibly invalid URLs for the Project Gutenberg URLs i

* Project Gutenberg blocks automated traffic, which caused the issue with the possibly invalid URLs.
* Those words are spelled correctly.

## Downstream dependencies

I ran R CMD check on the downstream dependencies (results at https://github.com/juliasilge/janeaustenr/tree/master/revdep) and there were no problems.

0 comments on commit b35fcdb

Please sign in to comment.