Skip to content

Commit

Permalink
Submitting v0_8_19 to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Ogle committed Apr 3, 2018
1 parent 80db51a commit 4221cf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.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 <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.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)).
Expand Down
2 changes: 1 addition & 1 deletion cran-comments/cran-comments-v0_8_19.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 4221cf8

Please sign in to comment.