diff --git a/DESCRIPTION b/DESCRIPTION index 9336d02..53557d7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: janeaustenr Title: Jane Austen's Complete Novels -Version: 0.1.3 -Date: 2016-10-22 +Version: 0.1.4 +Date: 2016-10-23 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", diff --git a/NEWS.md b/NEWS.md index e9084a2..58f3e66 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,10 @@ +# janeaustenr 0.1.4 + +* Actually fixed factor order in `austen_books` function to align with publication order + # janeaustenr 0.1.3 -* Fixed factor order in `austen_books` function to align with publication order +* Attempted to fix factor order in `austen_books` function to align with publication order (made an error in this) * Added unit test to check output of `austen_books` # janeaustenr 0.1.2 diff --git a/cran-comments.md b/cran-comments.md index 123c802..d54caaa 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Release summary -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. +This is the fifth CRAN release of janeaustenr. I just submitted a release over the weekend to realign the factor order in the `austen_books` function with publication order, but I did it incorrectly; this release fixes the error. I apologize for submitting another release so soon. I have written [several unit tests](https://github.com/juliasilge/janeaustenr/blob/master/tests/testthat/test_austen_books.R) to make sure I don't make this kind of error in the future. ## Test environments