Skip to content

Commit

Permalink
Updates to NEW, DESCRIPTION in prep to send to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Ogle committed Sep 24, 2016
1 parent 767be49 commit bed0417
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <http://derekogle.com/fishR/>.
Authors@R: person("Derek","Ogle",email="derek@derekogle.com",role=c("aut","cre"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions cran-comments/cran-comments-v0_8_10.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit bed0417

Please sign in to comment.