| NEWS | R Documentation | 
SuppDists News
Changes in version 1.1-9.8 (2024-09-03)
- CRAN Package Check Results for Package SuppDists Last updated on 2025-03-23 11:52:58 CET. Found the following significant warnings: - ./wheeler.h:19:9: warning: keyword is hidden by macro definition [-Wkeyword-macro] ./wheeler.h:20:9: warning: keyword is hidden by macro definition [-Wkeyword-macro] ./wheeler.h:21:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]. Fixed.
Changes in version 1.1-9.8 (2024-09-03)
- PI was changed to M_PI in C++ files as requested by CRAN check for additional issues ‘Strict’. 
-  Rf_was prepended to function callerrorandwarningas requested by CRAN check for additional issues ‘noRemap’.
- Specified C++11 was dropped and - dists.cpprevised accordingly.
Changes in version 1.1-9.7 (2022-01-02)
- The file ‘Makevars’ was added with flags - CXX_STD = CXX11.
Changes in version 1.1-9.6 (2020-01-18)
- Cpp code of ‘MWC1019R’ and ‘ziggR’ was disabled. 
Changes in version 1.1-9.5 (2020-01-13)
- The package that was written by Robert E. Wheeler has been orphaned since 2013. It was scheduled for archival by the CRAN team, as the package lacked of an active maintenance and SuppDists v1.1-9.4 had three issues acording to CRAN CHECK, namely no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’, an explicit self-assignment of the value of variable of type ‘double’ to itself and memory leaks due to uninitialised variables that were detected by - valgrind.
- Initial writing of - init.cppwith calls to- R_registerRoutinesand- R_useDynamicSymbols
- Change the - .C(...)calls in R from- characterto symbols.
- Fix of self-assignment. 
- The two RNG functions - rzigguratand- rMWC1019were defunct.
- Explicit exporting of R functions in NAMESPACE. 
- Update of DESCRIPTION file. 
- Orphant - emailin- authorsections of Rd files were removed.