Skip to content

Releases: bmcclintock/multimark

multimark 2.1.7 2025-11-24

Choose a tag to compare

@bmcclintock bmcclintock released this 01 Dec 19:06

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

Choose a tag to compare

@bmcclintock bmcclintock released this 16 Mar 15:52

multimark 2.1.6 2023-03-09

CHANGES

  • fix error on r-devel as requested by CRAN

multimark 2.1.5 2022-10-18

Choose a tag to compare

@bmcclintock bmcclintock released this 18 Oct 20:24

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

Choose a tag to compare

@bmcclintock bmcclintock released this 09 Mar 16:38

multimark 2.1.4 2022-03-07

CHANGES

  • fix error on Fedora as requested by CRAN

multimark 2.1.3 2021-09-13

Choose a tag to compare

@bmcclintock bmcclintock released this 15 Sep 17:29

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

Choose a tag to compare

@bmcclintock bmcclintock released this 13 Sep 21:08

CHANGES

  • remove unnecessary dependencies on doParallel, foreach, and doRNG

  • tweaked tests in order to pass MKL case at CRAN

multimark 2.1.1

Choose a tag to compare

@bmcclintock bmcclintock released this 25 Nov 19:48

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

Choose a tag to compare

@bmcclintock bmcclintock released this 24 May 16:33

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