diff --git a/DESCRIPTION b/DESCRIPTION index 2ba4cc83..5c5a3878 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: FSA Title: Simple Fisheries Stock Assessment Methods -Version: 0.8.13 -Date: 2017-4-29 +Version: 0.8.14 +Date: 2017-7-27 Description: A variety of simple fish stock assessment methods. Detailed vignettes are available on the fishR website . Authors@R: person("Derek","Ogle",email="derek@derekogle.com",role=c("aut","cre")) diff --git a/NEWS.md b/NEWS.md index 56fb2cda..0ed8d8fe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# FSA 0.8.14 ongoing +# FSA 0.8.15 ongoing + +# FSA 0.8.14 7-Jul-17 * Moved `dunn.test` and `lmtest` to `imports` to help with portability for workshops. * `ageBias()`: Modified. Fixed bug in `plot()` so that the tick marks on the marginal histograms match the tick marks on the main plot. Changed the default `hist.panel.size=` in `plot()` so that it more reliably prints the values on the axes of the marginal histograms. * `removal()`: Modified. Added "warnings" for when all catches are zeroes (an object is still returned with all `NA`s). Thanks to Daniel Hanks for pointing out this issue. diff --git a/cran-comments/cran-comments-v0_8_14.md b/cran-comments/cran-comments-v0_8_14.md new file mode 100644 index 00000000..46bf279f --- /dev/null +++ b/cran-comments/cran-comments-v0_8_14.md @@ -0,0 +1,10 @@ +* This updates the existing FSA package on CRAN. + +## Notes +* There is a note about "fishR" being misspelled in the description. This is not a misspelling. +* On [CRAN](https://cran.rstudio.com/), there were notes in the previous version about a missing `RMark` package for the "r-patched-solaris-x86" flavor. Again (as with the previous version), I am not sure what to do about this note. + +## Testing Environments +* My Windows machine. +* Win Builder -- old-release, release, and development. +* Travis-CI and AppVeyor. \ No newline at end of file