Skip to content

Commit

Permalink
Prepared to submit v0.8.11 to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Ogle committed Dec 13, 2016
1 parent 4e00e77 commit 296d23b
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.11
Date: 2016-12-15
Date: 2016-12-13
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
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Changed all `stop()`s to `STOP()`s and all `warning()`s to `WARN()`. This modified nearly all functions.
* Changed all `paste()`s that used `sep=""` to `paste0()`s.
* Removed several `sep=""`s from `message()`s.
* Removed `Hmisc` from, but added `epitools` to, imports.
* Removed `Hmisc` from, but added `epitools` to, imports. Removed all links to `Hmisc` to remove CRAN check warnings.
* Reorganized testing files. Added many tests.
* `.onAttach()`: Modified. Streamlined package startup message.
* `addZeroCatch()`: Modified. Added more "catches" for bad data types or arguments.
Expand All @@ -18,6 +18,7 @@
* `hist.formula()`: Modified. Fixed a bug with adding the horizontal line at 0 when the user uses `plot=FALSE`, which occurs with `hist.bootCase()`.
* `hyperCI()`: Modified. Now only accepts whole numbers for `M`, `n`, or `m`. Added catch for bad `conf.level`s and multiple values of `M`, `n`, or `m`.
* `iAddLoessLine()`: Modified. Changed used of `iMakeColor()` to `col2rgbt()`.
* `iGetDecimals()`: Modified. Added warning for situations where `x` will be presented in exponential notation. Also returned a decimal of zero in this situation. Helps with a bug in `hist.formula()`.
* `iHndlCols2use()`: Deleted. Changed to `iHndlCols2UseIgnore()`.
* `iHndlCols2UseIgnore()`: Added. Previously was `iHndlCols2use()`. Completely reworked to catch more problems including having both positive and negative indices (fixes [#24](https://github.com/droglenc/FSA/issues/24)) and choosing variable names that don't exist (fixes [#25](https://github.com/droglenc/FSA/issues/25)).
* `iHndlFormula()`: Modified. Added code to deal with a formula that is a single "variable" sent in an array. Addresses [#21](https://github.com/droglenc/FSA/issues/21) for the simple situation of single "variable."
Expand Down
11 changes: 11 additions & 0 deletions cran-comments/cran-comments-v0_8_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* 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. Again (as with the previous version), I am not sure what to do about this note.

## Testing Environments
* My Windows machine.
* Win Builder -- release and development.
* Travis-CI.

0 comments on commit 296d23b

Please sign in to comment.