CRAN Package Check Results for Package RcppNLoptExample

Last updated on 2025-03-09 20:52:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.1 10.11 22.96 33.07 OK
r-devel-linux-x86_64-debian-gcc 0.0.1 7.24 18.47 25.71 OK
r-devel-linux-x86_64-fedora-clang 0.0.2 55.81 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.1 59.08 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.1 12.00 65.00 77.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.1 14.00 71.00 85.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 Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.0.1
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) > > val <- testConstrainedProblem("MMA") > stopifnot(all.equal(val, expected, tolerance=1e-5)) Error: val and expected are not equal: Mean relative difference: 0.0001599895 Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.