Changes in version 0.4.1 (2021-11-01) o -- Fix a bug in dBetaBinom and dBetaBinom_One distribution registration that prevented those from being used directly in a model (but did not cause silent errors) Changes in version 0.4.0 (2021-05-04) o -- Implement N-mixture extensions for the beta binomial and negative binomial submodel variations. -- Allow a tolerance of 1e-6 in the sums of the "init" probabilities in dHMM and dDHMM. This addresses inconsistencies in R/C++ floating point numbers which led to a phenomenon where sum(init) == 1 in R but sum(init) != 1 in C++. Changes in version 0.3.1 (2020-09-25) o -- Fixed rounding errors in edge cases of dNmixture with many observations. Thanks to NIMBLE developer Chris Paciorek for the algorithm. Changes in version 0.3.0 (2020-05-29) o -- Fixed an internal problem with dHMM and dDHMM resulting in a mismatch between documentation and internal behavior -- Reworked roxygen documentation -- Fixed issue with vignette installation -- Added CITATION file Changes in version 0.2.2 (2020-05-12) o -- Adjusted internal calculation of dNmixture to avoid Inf overflow at large values of lambda, small values of p Changes in version 0.2.1 (2020-04-07) o -- Addressed typos in documentation examples Changes in version 0.2.0 (2020-02-21) o -- Added N-mixture models, dNmixture_*. Changes in version 0.1.0 (2019-10-09) o -- Initial release of nimbleEcology.