Skip to content

Commit

Permalink
Closing out v0.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
droglenc committed May 17, 2018
1 parent f200388 commit 8edc108
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Package: FSA
Title: Simple Fisheries Stock Assessment Methods
Version: 0.8.20
Date: 2018-4-20
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 All @@ -27,11 +26,15 @@ Imports:
plyr,
sciplot
Suggests:
asbio,
DescTools,
fishmethods,
FSAdata,
knitr,
marked,
nlme,
nlstools,
psych,
Rcapture,
testthat,
rmarkdown
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# FSA 0.8.20 ongoing
# FSA 0.8.20 17-May-18
* Added `asbio`, `DescTools`, `nlme`, and `psych` packages to Suggests because they are used in tests (and as will soon be required by CRAN ... per an e-mail from CRAN on 17-May-18).
* Fixed a bunch of bad links to other packages in the documentation.
* Removed the "Date" field from the Description file.
* `addRadCap()`: Removed. Moved to `RFishBC` package.
* `bcFuns()`: Removed. Moved to `RFishBC` package.
* `gConvert()`: Removed. Moved to `RFishBC` package.
Expand Down
2 changes: 1 addition & 1 deletion R/CIDists.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ binCI <- function(x,n,conf.level=0.95,type=c("wilson","exact","asymptotic"),
#'
#' @author Derek H. Ogle, \email{derek@@derekogle.com}
#'
#' @seealso See \code{pois.exact}, \code{pois.daly}, \code{pois.byar}, and \code{pois.approx} (documented in \code{\link[epitools]{pois.conf.int}) in \pkg{epitools} for more description and references.
#' @seealso See \code{pois.exact}, \code{pois.daly}, \code{pois.byar}, and \code{pois.approx} (documented in \code{\link[epitools]{pois.conf.int}}) in \pkg{epitools} for more description and references.
#'
#' @keywords htest
#'
Expand Down
10 changes: 10 additions & 0 deletions cran-comments/cran-comments-v0_8_20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* This updates the existing FSA package on CRAN by adding several packages used in tests to the Suggest field of the Description file (as suggested in an email from Kurt Hornik on 17-May-18).

## Notes
* There is a note about "fishR" being misspelled in the description. This is not a misspelling.
* On [CRAN](https://cran.r-project.org/web/checks/check_results_FSA.html), 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.

## Testing Environments
* My Windows machine.
* Win Builder -- old-release, release, and development.
* Travis-CI and AppVeyor.
3 changes: 3 additions & 0 deletions man/poiCI.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8edc108

Please sign in to comment.