NEWS | R Documentation |
SuppDists News
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 callerror
andwarning
as requested by CRAN check for additional issues ‘noRemap’. Specified C++11 was dropped and
dists.cpp
revised 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.cpp
with calls toR_registerRoutines
andR_useDynamicSymbols
Change the
.C(...)
calls in R fromcharacter
to symbols.Fix of self-assignment.
The two RNG functions
rziggurat
andrMWC1019
were defunct.Explicit exporting of R functions in NAMESPACE.
Update of DESCRIPTION file.
Orphant
email
inauthor
sections of Rd files were removed.