Rdistance v4.4.3 on CRAN now
Bug fixes for Rdistance are on CRAN
R
Distance Analysis
Version 4.4.3 of Rdistance contains a few critical bug fixes.
Bug Fixes Between 4.4.0 and 4.4.3
- ESW for likelihood oneStep with expansions > 0 threw an error in version 4.4.2. Routine
integrateOneStepNumericwas returning areas without units, which was okay for optimization, but not okay for ESW.integrateOneStepNumericin version 4.4.3 returns a vector with the correct units, which is consistent with the other integration routines. - In 4.4.0, error
‘outArea’ undefinedoccurred when the likelihood returned NA or Inf or NaN. This bug only effected non-smooth likelihoodsoneStep,triangle, andhuber. - In 4.4.0, bootstrap iterations failed because base function
rbindmysteriously began stripping attributes from its arguments and Rdistance relies on these attributes. - Strip width vector was ill-sized for smooth likelihoods with expansion factors causing an error. This bug effected likelihoods
halfnormal,hazrate,negexp, andGammawhenexpansions > 0.
Documentation
Versions 4.4.2 updated and clarified sections of the abundEstim and RdistanceControls documentation.
