CHANGES in 0.1.4 (2018-04-20)

  * Fixed check for installation of package shiny in showShinyApp.

CHANGES in 0.1.4 (2018-04-20)

  * new function densityFolded, used in plotPost and plot.Bwiqid when showCurve=TRUE.

  * summary.Bwiqid method added, prints background and returns values invisibly.

  * diagPlot now displays n.eff

  * fix: in as.Bwiqid.mcmc.list, call to gelman.diag wrapped in try.

  * fix: histogram breaks in plotPost are equidistant (as always intended).

  * fix: the first argument to BoccSS0 can be a matrix or data frame with a detection history.

  * fix: occSSrn0 now accepts scalar n, as documented.

CHANGES in 0.1.3 (2017-11-18)

  * Calculation of SEs of fitted values now uses less memory, works for large data sets.

  * Functions more robust to underflow/overflow: closedCap*, occ2sps, occSS*

  * Changed parameterization in Bsecr0 from lam0 to g0; better default priors.

  * Bug fix in BoccSS0: burnin iterations are now discarded.

CHANGES in 0.1.2 (2017-09-10)

  * Added diagPlot function and improved other diagnostic plots.

  * Added function Bpoisson; Bbinom renamed Bbinomial

CHANGES in 0.1.1 (2017-06-09)

  * Added 'coef', 'vcov' and 'predict' methods for 'wiqid' objects.

  * 'survCJS' gains an 'interval' argument to deal with time intervals of unequal length.

  * dots argument added to MLE functions to pass parameters to 'nlm'.

  * Improved coding of several functions to prevent under/overflow issues.

