diff --git a/DESCRIPTION b/DESCRIPTION index 43462a88..a0aea5b8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 . Authors@R: person("Derek","Ogle",email="derek@derekogle.com",role=c("aut","cre")) @@ -27,11 +26,15 @@ Imports: plyr, sciplot Suggests: + asbio, + DescTools, fishmethods, FSAdata, knitr, marked, + nlme, nlstools, + psych, Rcapture, testthat, rmarkdown diff --git a/NEWS.md b/NEWS.md index 277af896..2954bbcf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/R/CIDists.R b/R/CIDists.R index c4428d4d..8fe807f8 100644 --- a/R/CIDists.R +++ b/R/CIDists.R @@ -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 #' diff --git a/cran-comments/cran-comments-v0_8_20.md b/cran-comments/cran-comments-v0_8_20.md new file mode 100644 index 00000000..2433166b --- /dev/null +++ b/cran-comments/cran-comments-v0_8_20.md @@ -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. \ No newline at end of file diff --git a/man/poiCI.Rd b/man/poiCI.Rd index e1465779..dba7b5aa 100644 --- a/man/poiCI.Rd +++ b/man/poiCI.Rd @@ -41,6 +41,9 @@ poiCI(12,type=c("exact","daly"),verbose=TRUE) poiCI(c(7,10),type="exact") poiCI(c(7,10),type="exact",verbose=TRUE) +} +\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. } \author{ Derek H. Ogle, \email{derek@derekogle.com}