diff --git a/DESCRIPTION b/DESCRIPTION index 21ca709e..774b4636 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: FSA Title: Simple Fisheries Stock Assessment Methods Version: 0.8.10 -Date: 2016-9-23 +Date: 2016-9-24 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 48c4e02c..7f196c66 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# FSA 0.8.10 ongoing +# FSA 0.8.10 24-Sep-16 * `alkIndivAge()`: Modified. Added `na.rm=TRUE` to the checks on the minimum and maximum length data. * `catchCurve()`: Modified. Removed `type=` and blended that functionality into `parm=` for methods. Made `parm=` consistent across methods. * `chapmanRobson()`: Modified. Added `axis.age=` argument that allows the user to choose which type of x-axis is displayed (see examples; this addresses [#20](https://github.com/droglenc/FSA/issues/20)) Also modified code that adds the axes so that they should "look better" in more instances. Added `na.rm=TRUE` to y-range calculation for the plot method. Added a `coef()` method. Added a `parm=` argument to the `confint()` and `summary()` methods. Added tests. diff --git a/cran-comments/cran-comments-v0_8_10.md b/cran-comments/cran-comments-v0_8_10.md index 70a75bc8..7b6b5014 100644 --- a/cran-comments/cran-comments-v0_8_10.md +++ b/cran-comments/cran-comments-v0_8_10.md @@ -1,6 +1,8 @@ * This updates the existing FSA package on CRAN. ## Notes +* This version should address the errors that appear for the CRAN results for developer versions (this version passed for R-Devel on Win Builder with no error or warnings, and only the note about "fishR" below). + * There is a note about "fishR" being misspelled in the description. This is not a misspelling. * On CRAN, there were notes in the previous version about a missing `RMark` package for the "r-patched-solaris-sparc" and "r-patched-solaris-x86" flavors. Again (as with the previous version), I am not sure what to do about this note.