Skip to content

rTRNG 4.22-1

Compare
Choose a tag to compare
@riccardoporreca riccardoporreca released this 25 Jan 22:29
· 50 commits to master since this release

Maintenance release (GitHub only)

  • Underlying TRNG C++ library upgraded to version 4.22 (#6). This mainly includes: Fixing numerical convergence problems in the inverse of the incomplete Beta function; Removing support for C++ language standards older than C++11.
  • Documentation and examples updated to include enforcing the C++11 standard required by the updated TRNG C++ library.
  • New function check_rTRNG_linking() allows checking whether C++ code using the TRNG library can be built and linked against rTRNG (#10).
  • Package vignettes now use check_rTRNG_linking() to build C++ code using TRNG only on systems supporting it. This addresses the vignette re-building issues in the CRAN package checks on macOS (and Solaris), and is broadly documented in the package, including README and vignettes (#10).