Changelog
Source:NEWS.md
Version 0.4-6, March 8, 2023
CRAN release: 2023-03-08
- CRAN alert fixed: internal
update.formula.svisit
renamed 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
DESCRIPTION
as per CRAN request.
Version 0.4-3, August 11, 2020
- Namespace issue fixed for
scocc.fit
andextractMLE
(#6). - Adding
na.rm=TRUE
tocmulti
to avoid issues withoptimize
interval.
Version 0.4-1, January 30, 2018
CRAN release: 2018-01-31
- Denes et al. 2017 paper added to documentation.
-
inst/ChangeLog
is removed and replaced byNEWS.md
. - cmulti models now have a
predict
method, see examples. -
"fmix"
” model type with time varying rates added tocmulti
models.
Version 0.4-0, March 2, 2016
CRAN release: 2016-03-03
-
load_BAM_QPAD
function is deprecated (migrated to QPAD package). -
hbootindex
bugfix:sample()
behaviour whenlength(x) == 1
is 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
. -
cmulti
returns 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:
svocc
returned k=1 object irrespective of then.clones
option settings for MLE withmethod = "dc"
. - Help page added for internal objects (e.g.
cmulti.fit0
). -
drop.scope.svisit
is no longer treated as a method becausedrop.scope
is not a generic.
Version 0.3-0, July 29, 2013
CRAN release: 2013-07-30
-
jags.engine
removed, replaced by dcmle dependency. -
dFormula
andcheckDesign
added with Formula dependency, this will replace the oldsvisitFormula
interface 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.cmulti
added: get estimated singing rate or distance model parameter (not available fortype = "mix"
) -
predict
methods: response (lhs) is dropped from formula whennewdata
is provided.