Last updated on 2025-02-16 17:51:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 10.03 | 22.73 | 32.76 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 7.25 | 18.66 | 25.91 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 64.31 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 53.96 | ERROR | |||
r-devel-macos-arm64 | 0.0.1 | 19.00 | OK | |||
r-devel-macos-x86_64 | 0.0.1 | 46.00 | OK | |||
r-devel-windows-x86_64 | 0.0.1 | 12.00 | 103.00 | 115.00 | OK | |
r-patched-linux-x86_64 | 0.0.1 | 10.29 | 21.66 | 31.95 | OK | |
r-release-linux-x86_64 | 0.0.1 | 9.85 | 21.95 | 31.80 | OK | |
r-release-macos-arm64 | 0.0.1 | 22.00 | OK | |||
r-release-macos-x86_64 | 0.0.1 | 30.00 | OK | |||
r-release-windows-x86_64 | 0.0.1 | 12.00 | 77.00 | 89.00 | OK | |
r-oldrel-macos-arm64 | 0.0.1 | 24.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.1 | 37.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.1 | 14.00 | 82.00 | 96.00 | OK |
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc