diff --git a/DESCRIPTION b/DESCRIPTION index afba9a9c..120f31da 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: FSA Title: Simple Fisheries Stock Assessment Methods Version: 0.8.19 -Date: 2018-4-1 +Date: 2018-4-2 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 1cde457c..a7c4e3b6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# FSA 0.8.19 ongoing +# FSA 0.8.19 2-Apr-18 * `addZeroCatch`: Modified. Changed two `1:nrow()` structures to `seq_len(nrow())` (partially addressing [#36](https://github.com/droglenc/FSA/issues/36)). * `ageBias()`: Modified. Changed all `1:` structures to `seq_len()` (partially addressing [#36](https://github.com/droglenc/FSA/issues/36)). * `agePrecision()`: Modified. Changed all `1:` structures to `seq_len()` (partially addressing [#36](https://github.com/droglenc/FSA/issues/36)). diff --git a/cran-comments/cran-comments-v0_8_19.md b/cran-comments/cran-comments-v0_8_19.md index cfa31694..526cdf93 100644 --- a/cran-comments/cran-comments-v0_8_19.md +++ b/cran-comments/cran-comments-v0_8_19.md @@ -1,7 +1,7 @@ * This updates the existing FSA package on CRAN. This largely address some issues related to the updating of the car package to version 3.0.0. ## Notes -* Some functions were updated to be compatible with the soon to be released car v3.0.0 package. I have checked these functions locally on my Windows machine with the new version of car, but could not test them on Win Builder, Travis CI, or AppVeyor. +* Some functions were updated to be compatible with the soon to be released car v3.0.0 package. I have checked these functions locally on my Windows machine with the new version of car and on Win Builder. * There is a note about "fishR" being misspelled in the description. This is not a misspelling. * On [CRAN](https://cran.rstudio.com/), there is a note in the previous version about a missing `RMark` package for the "r-patched-solaris-x86" flavor. Again (as with previous versions), I am not sure what to do about this note.