Changes in version 0.1.12 (2026-02-28) Fixed gcc compiler warning. Changes in version 0.1.11 (2025-05-04) Fixed gcc compiler warning. Changes in version 0.1.10 (2025-04-27) Fixed CRAN check notes. Changes in version 0.1.9 (2020-03-22) Fixing an R-process crash on CRAN fedora-clang. Changes in version 0.1.8 (2020-02-23) - Minor bug and documentation fixes. Changes in version 0.1.7 (2019-11-21) - Disabled OPENMP compilation in an attempt to fix the failures on "Fedora clang" and "Solaris". Note that these errors could not be reproduced using devtools::check_rhub(). - Generated project web-page: https://venelin.github.io/PCMBaseCpp . Changes in version 0.1.6 (2019-11-11) - Fixed an crash situation on Windows due to exceptions bypassing the try(..., silent=TRUE) construct. See https://github.com/venelin/PCMBaseCpp/issues/1#issue-507813590 and https://github.com/RcppCore/Rcpp/issues/1001#issue-509047134 for details. - Added a NEWS.md file to track changes to the package.