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.
- Windows 10 64bit, R 4.1.0
- online win-builder.r-project.org
- R-hub "macos-m1-bigsur-release" platform
Status: OK except on win-devel, because there is no package testthat
Fixed the "additional issues" of CRAN checks.
- Windows 10 64bit, R 3.6.2
- Ubuntu 18.04.3 LTS, R 3.6.1
- online win-builder.r-project.org
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.
- windows 7 64bit, R 3.6.1
- online win-builder.r-project.org
Status: 1 NOTE
- checking CRAN incoming feasibility ... NOTE Maintainer: 'St�phane Laurent laurent_step@outlook.fr'
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).
- windows 7 64bit, R 3.6.1
- online win-builder.r-project.org
Status: 1 NOTE
- checking CRAN incoming feasibility ... NOTE Maintainer: 'St�phane Laurent laurent_step@outlook.fr'
Days since last update: 1
- This is the first submission.
- ubuntu 14.04, R 3.4.0
- windows 7 64bit, R 3.3.3
- windows 7 64bit, R 3.5.3
- windows 7 64bit, R 3.6.1
- online win-builder.r-project.org
- NOTE
Maintainer: 'Stéphane Laurent laurent_step@outlook.fr'
New submission
- I made clearer that the commented lines in the examples are not commented examples.
- In the vignettes I replaces the
par(.......)
witholdpar <- par(......)
followed bypar(oldpar)
.