Skip to content

Commit

Permalink
Final commit for v0_8_13
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Ogle committed Apr 29, 2017
1 parent bf7194d commit 47139ef
Show file tree
Hide file tree
Showing 3 changed files with 14 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.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 <http://derekogle.com/fishR/>.
Authors@R: person("Derek","Ogle",email="derek@derekogle.com",role=c("aut","cre"))
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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()`.
Expand Down
10 changes: 10 additions & 0 deletions cran-comments/cran-comments-v0_8_13.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 47139ef

Please sign in to comment.