diff --git a/DESCRIPTION b/DESCRIPTION index 8249a417..245dfb79 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: FSA Title: Simple Fisheries Stock Assessment Methods Version: 0.8.13 -Date: 2017-3-12 +Date: 2017-4-29 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 437ce1a6..44fb7b29 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# FSA 0.8.13 ongoing +# FSA 0.8.14 ongoing + +# FSA 0.8.13 30-Apr-17 * `ageBias()`: Modified. A complete rebuild of `plot`. Major changes are to add `plotAB()` which is primarily used to make the "legacy" age bias plots of Campana, removal of the "sunflower" plot option, new sets of defaults for many of the arguments that reflect my preferences for visualizing age comparisons (which includes defaulting to plotting differences in ages), addition of the ability to add marginal histograms (`xHist=`, `yHist=`, `col.hist=`, and `hist.panel.size=`), better handling of axis ticks and labels (primarily to show ticks at integers and make sure 0 is included for differences), and allowing the ability to add "summary layers" to the main plot (see `allowAdd=`). Many examples were added. Some functionality from previous versions will be broken. * `capFirst()`: Modified. Changed some `if()`s with `class()`es to `inherits()`. * `compIntercepts()`: Modified. Replaced two `dim()` calls with `nrow()`. diff --git a/cran-comments/cran-comments-v0_8_13.md b/cran-comments/cran-comments-v0_8_13.md new file mode 100644 index 00000000..88ad59dd --- /dev/null +++ b/cran-comments/cran-comments-v0_8_13.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-sparc" and "r-patched-solaris-x86" flavors and a missing `pgirmess' package for the "r-release-osx-x86_64" 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