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