Skip some tests on 32 bits systems.
Switched from C++ 11 to C++ 17.
I only relicensed the package.
I updated the hyperlink in the vignette.
The CRAN checks find two kind of errors with the Mac platform. They also occur
on R-hub on the "macos-m1-bigsur-release" platform. First kind of errors: near
equalities does not hold; I have relaxed the equality tolerance to 1e-15.
Second kind of error: the function OwenQ2
gives NaN
for R = 0
; I skip
the concerned tests on Mac.
Status: OK except on win-devel, because there is no package testthat
Fixed the "additional issues" of CRAN checks.
Status: OK except on win-devel, because there is no package testthat
Attempted to fix the C++ problems raised by the CRAN checks on Solaris, and a test which failed.
Status: 1 NOTE
Days since last update: 0
Attempted to fix the problems raised by the CRAN checks on Solaris; I replaced log(2) with log(2.0).
Status: 1 NOTE
Days since last update: 1
Maintainer: 'Stéphane Laurent laurent_step@outlook.fr'
New submission
par(.......)
with oldpar <- par(......)
followed by par(oldpar)
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.