diff --git a/DESCRIPTION b/DESCRIPTION index 0f085fa..9336d02 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ 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 = "julia.silge@gmail.com", 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", @@ -9,7 +9,8 @@ Description: Full texts for Jane Austen's 6 completed novels, ready for text 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 diff --git a/cran-comments.md b/cran-comments.md index 52f8eba..123c802 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 @@ -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. \ No newline at end of file