Changes in version 0.2.4 (2022-11-17) o Ngumbang as maintainer. o Replaced if(class(.) == ...) with if(inherits(...)) o Fixed issue with checking credMass. o Better example for multimodal distribution. Changes in version 0.2.2 (2020-05-23) o Fixed bug in inverseCDF when p is a vector, also p = 0 or 1. o Changed maintainer email. Changes in version 0.2.1 o Fixed error when input is an entire vector of Inf (or -Inf); (Inf/-Inf mixed with other non-NA values was always ok). Changes in version 0.2.0 (2018-06-09) o Added the inverseCDF function (prompted by Haibing Zhao) Changes in version 0.1.3 (2016-05-13) o Various tweaks to speed up analysis with large objects o Added method for mcarray and list (to deal with rjags::jags.samples output); fixed export of hdi.mcmc Changes in version 0.1.2 (2016-03-20) o Fixed multiple checks of credMass; hdiVector as separate function from hdi.default o Speeded up check for all-NAs o Fixed hdi.data.frame: now returns NAs for non-numeric columns. Changes in version 0.1.1 (2016-02-17) o coda changed from Depends to Suggests Changes in version 0.1.0 o package renamed HDInterval and main function renamed 'hdi' Changes in version 0.0.2 o hpdi.density now returns a length-2 vector when allowSplit=FALSE, otherwise a matrix, which may have only one row. o Testthat functions added for hpdi.density