Last updated on 2025-02-21 02:52:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 10.88 | 22.83 | 33.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 7.01 | 18.03 | 25.04 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 57.13 | 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.02 | 21.84 | 31.86 | OK | |
r-release-linux-x86_64 | 0.0.1 | 9.61 | 21.80 | 31.41 | 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 | 88.00 | 100.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 | 69.00 | 83.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