nhppp 1.0.1
CRAN release
fixed rare overflow error in
rztpoiswhere an explicit cast fromdoubletointwas used – now we usesafe_double_to_intto avoid overflow; this overflow resulted in a segmentation fault in x86 hardware and in silent failures in AArch64 hardware. This bug should not be relevant for most practical uses of the package.added new citation for the paper by Trikalinos and Sereda (2024, doi:10.1371/journal.pone.0311311)
