Changes in version 1.1-9.8 (2024-09-03) o 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. o PI was changed to M_PI in C++ files as requested by CRAN check for additional issues ‘Strict’. o Rf_ was prepended to function call error and warning as requested by CRAN check for additional issues ‘noRemap’. o Specified C++11 was dropped and dists.cpp revised accordingly. Changes in version 1.1-9.7 (2022-01-03) o The file ‘Makevars’ was added with flags CXX_STD = CXX11. Changes in version 1.1-9.6 o Cpp code of ‘MWC1019R’ and ‘ziggR’ was disabled. Changes in version 1.1-9.5 (2020-01-14) o 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. o Initial writing of init.cpp with calls to R_registerRoutines and R_useDynamicSymbols o Change the .C(...) calls in R from character to symbols. o Fix of self-assignment. o The two RNG functions rziggurat and rMWC1019 were defunct. o Explicit exporting of R functions in NAMESPACE. o Update of DESCRIPTION file. o Orphant email in author sections of Rd files were removed.