CRAN Package Check Results for Package RcppNLoptExample

Last updated on 2025-03-12 03:52:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2 10.25 21.93 32.18 OK
r-devel-linux-x86_64-debian-gcc 0.0.2 7.22 17.75 24.97 OK
r-devel-linux-x86_64-fedora-clang 0.0.2 55.81 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.2 101.19 ERROR
r-devel-macos-arm64 0.0.2 21.00 OK
r-devel-macos-x86_64 0.0.2 35.00 OK
r-devel-windows-x86_64 0.0.1 12.00 68.00 80.00 OK
r-patched-linux-x86_64 0.0.1 9.84 21.88 31.72 OK
r-release-linux-x86_64 0.0.1 10.38 21.87 32.25 OK
r-release-macos-arm64 0.0.2 25.00 OK
r-release-macos-x86_64 0.0.2 38.00 OK
r-release-windows-x86_64 0.0.2 16.00 78.00 94.00 OK
r-oldrel-macos-arm64 0.0.2 24.00 OK
r-oldrel-macos-x86_64 0.0.2 39.00 OK
r-oldrel-windows-x86_64 0.0.2 19.00 75.00 94.00 OK

Check Details

Version: 0.0.2
Check: tests
Result: ERROR Running ‘simpleTest.R’ Running the tests in ‘tests/simpleTest.R’ failed. Complete output: > > library(RcppNLoptExample) > > expected <- c(0.3333333, 0.2962963) > > ## newer nlopt versions require lower tolerance too > val <- testConstrainedProblem("MMA") > stopifnot(all.equal(val, expected, tolerance=1e-3)) > > ## expected slight difference in parameters hence tolerance set lower > val <- testConstrainedProblem("COBYLA") > stopifnot(all.equal(val, expected, tolerance=1e-3)) Error: val and expected are not equal: 'is.NA' value mismatch: 0 in current 2 in target Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc