NEWS
PCMBaseCpp 0.1.9 (2020-03-22)
Fixing an R-process crash on CRAN fedora-clang.
PCMBaseCpp 0.1.8 (2020-02-23)
- Minor bug and documentation fixes.
PCMBaseCpp 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 .
PCMBaseCpp 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.