Changelog
Source:NEWS.md
Version 0.5-0, May 21, 2024
CRAN release: 2025-09-01
- Use
Authors@Rfield inDESCRIPTION. - Updated documentation.
- Added SQPAD approach: see
?sqpad. - Added new data sets:
paired,josm.
Version 0.4-6, March 8, 2023
CRAN release: 2023-03-08
- CRAN alert fixed: internal
update.formula.svisitrenamed toupdate_formula_svisit(#9). - Maintainer email changed to personal email.
Version 0.4-4, August 12, 2020
CRAN release: 2020-08-12
- Using fully specified URLs in
DESCRIPTIONas per CRAN request.
Version 0.4-3, August 11, 2020
- Namespace issue fixed for
scocc.fitandextractMLE(#6). - Adding
na.rm=TRUEtocmultito avoid issues withoptimizeinterval.
Version 0.4-1, January 30, 2018
CRAN release: 2018-01-31
- Denes et al. 2017 paper added to documentation.
-
inst/ChangeLogis removed and replaced byNEWS.md. -
cmultimodels now have apredictmethod, see examples. -
"fmix"” model type with time varying rates added tocmultimodels.
Version 0.4-0, March 2, 2016
CRAN release: 2016-03-03
-
load_BAM_QPADfunction is deprecated (migrated to QPAD package). -
hbootindexbugfix:sample()behaviour whenlength(x) == 1is recognized when resampling from a length 1 vector. - pbapply package is now a dependency.
- Various minor fixes to satisfy R-devel checks.
- Negative Binomial option added to
svabu. -
cmultireturns correctnobs(nonzero total counts).
Version 0.3-2, May 15, 2014
CRAN release: 2014-05-16
- Bugfix in
cmulti2.fit: n was undefined (reported by Julie Hart). - Bugfix in
hbootindex: n was not set when strata was missing. - Documentation fixes (comma separated lists of variable names inside
\code).
Version 0.3-1, Sept 25, 2013
CRAN release: 2013-10-26
-
hbootindex: routine improved, now uses weights proportional to groups sizes. - Cleanup to satisfy R 3.0.2 check: remove
:::. - Bugfix:
svoccreturned k=1 object irrespective of then.clonesoption settings for MLE withmethod = "dc". - Help page added for internal objects (e.g.
cmulti.fit0). -
drop.scope.svisitis no longer treated as a method becausedrop.scopeis not a generic.
Version 0.3-0, July 29, 2013
CRAN release: 2013-07-30
-
jags.engineremoved, replaced by dcmle dependency. -
dFormulaandcheckDesignadded with Formula dependency, this will replace the oldsvisitFormulainterface to allow handling of more complex designs. -
logdmultinom: simplified version ofdmultinom. -
bymethod: collapses (pools) observations by methodology. -
cmulti: new function for conditional multinomial estimation. -
load_BAM_QPAD: new function to load BAM QPAD parameter estimates and support functions. -
hbootindex: new function to sample indices with replacement for grouped/stratified data. -
fitted.cmultiadded: get estimated singing rate or distance model parameter (not available fortype = "mix") -
predictmethods: response (lhs) is dropped from formula whennewdatais provided.