CRAN Package Check Results for Package cmaes

Last updated on 2024-03-27 22:57:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-12 2.14 28.80 30.94 OK
r-devel-linux-x86_64-debian-gcc 1.0-12 1.76 22.03 23.79 OK
r-devel-linux-x86_64-fedora-clang 1.0-12 39.24 OK
r-devel-linux-x86_64-fedora-gcc 1.0-12 37.50 OK
r-devel-windows-x86_64 1.0-12 3.00 214.00 217.00 ERROR
r-patched-linux-x86_64 1.0-12 1.87 28.16 30.03 OK
r-release-linux-x86_64 1.0-12 2.32 27.81 30.13 OK
r-release-macos-arm64 1.0-12 16.00 OK
r-release-macos-x86_64 1.0-12 23.00 OK
r-release-windows-x86_64 1.0-12 5.00 48.00 53.00 OK
r-oldrel-macos-arm64 1.0-12 16.00 OK
r-oldrel-windows-x86_64 1.0-12 4.00 53.00 57.00 OK

Check Details

Version: 1.0-12
Check: tests
Result: ERROR Running 'RUnit.R' [170s] Running the tests in 'tests/RUnit.R' failed. Complete output: > ## > ## RUnit.r - run unit tests in inst/unittests > ## > ## This file is based on code in the CRAN package 'fBasics', which in > ## turn is based on code from the 'gdata' package. > ## > > pkg <- "cmaes" > > if (require("RUnit", quietly = TRUE)) { + wd <- getwd() + library(package = pkg, character.only = TRUE) + path <- system.file("unittests", package = pkg) + stopifnot(file.exists(path), file.info(path.expand(path))$isdir) + source(file.path(path, "runner.r"), echo = TRUE) + } > pkg <- "cmaes" > if (require("RUnit", quietly = TRUE)) { + library(package = pkg, character.only = TRUE) + if (!(exists("path") && file.exists(path))) { + .... [TRUNCATED] Executing test function test.regr_bounds ... done successfully. Executing test function test.regr_stopfitness1 ... done successfully. Executing test function test.regr_stopfitness2 ... done successfully. Executing test function test.corner ... done successfully. RUNIT TEST PROTOCOL -- Sat Mar 23 12:10:46 2024 *********************************************** Number of test functions: 4 Number of errors: 0 Number of failures: 0 1 Test Suite : cmaes unit testing - 4 test functions, 0 errors, 0 failures Warning messages: 1: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 2: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry 3: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 4: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry > > proc.time() user system elapsed 2.18 0.10 2.28 Flavor: r-devel-windows-x86_64