Releases: bmcclintock/multimark
Releases · bmcclintock/multimark
Release list
multimark 2.1.7 2025-11-24
multimark 2.1.7 2025-11-24
CHANGES
- no longer imports 'sum' from Brobdingnag package as it is no longer exported
multimark 2.1.6 2023-03-09
multimark 2.1.6 2023-03-09
CHANGES
- fix error on r-devel as requested by CRAN
multimark 2.1.5 2022-10-18
multimark 2.1.5 2022-10-18
CHANGES
- fix compilation warnings on linux with -Wstrict-prototypes in CFLAGS
multimark 2.1.4 2022-03-07
multimark 2.1.4 2022-03-07
CHANGES
- fix error on Fedora as requested by CRAN
multimark 2.1.3 2021-09-13
CHANGES
- removed implicit conversions in C code that triggered compilation warnings on macOS with -Wconversion -Wno-sign-conversion in CFLAGS
BUG FIXES
- MCMC algorithm for multimarkClosedSCR() incorrectly calculated detection probabilities for the M - n members of the ``superpopulation'' of encountered individuals whenever their latent activity centers were updated. The activity center proposal distributions were also reversed when calculating the Metropolis-Hastings acceptance ratio for these individuals. These relatively minor bugs should in most cases have little impact on MCMC results, but previous analyses using multimarkClosedSCR() should be revisited to confirm
multimark 2.1.2 2020-02-05
CHANGES
-
remove unnecessary dependencies on doParallel, foreach, and doRNG
-
tweaked tests in order to pass MKL case at CRAN
multimark 2.1.1
multimark 2.1.1 2019-11-25
CHANGES
-
for SCR models, the suggested tolerance limit from sp::points2grid is now used when 'studyArea' coordinate intervals are not constant
-
for SCR models, studyArea rows are now forced to be ordered by raster cell order (i.e. left to right, top to bottom)
multimark 2.1.0
multimark 2.1.0 2019-04-21
CHANGES
-
clusterSetRNGStream now used for reproducible parallel processing
-
added error trap to processdataSCR if Enc.Mat includes non-zero encounters on inactive traps
-
NAMESPACE now generated using roxygen2
BUG FIXES
- when using processdataSCR to generate a study area, the number of grid cells are now automatically adjusted to ensure cells are square