Last updated on 2019-01-15 00:46:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.70 | 22.62 | 24.32 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.02 | 18.19 | 19.21 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 27.79 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 26.24 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0 | 4.00 | 32.00 | 36.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 1.46 | 20.76 | 22.22 | OK | |
r-patched-solaris-x86 | 1.0 | 43.80 | OK | |||
r-release-linux-x86_64 | 1.0 | 1.25 | 20.72 | 21.97 | OK | |
r-release-windows-ix86+x86_64 | 1.0 | 8.00 | 34.00 | 42.00 | OK | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 36.00 | 41.00 | OK | |
r-oldrel-osx-x86_64 | 1.0 | ERROR |
Version: 1.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Rglpk’
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 1.0
Check: tests
Result: ERROR
Running ‘test_netlib.R’ [18s/30s]
Running the tests in ‘tests/test_netlib.R’ failed.
Last 13 lines of output:
wood1p 1.442902e+00
woodw 1.304476e+00
> afiro <- netlib("afiro")
>
> if ( length(ROI_applicable_solvers(afiro)) ) {
+ ## solve a problem
+ sol <- ROI_solve(afiro)
+ sol
+ stopifnot( equal(sol$objval,
+ as.numeric(netlib("metainfo")["afiro", "optimal_value"])) )
+ }
Error in SOLVE(x, ROI_translate(control, solver)) :
the directions "<", "<=", ">" and ">=" can only be used in combination with the "free" cone! The constraints c(3, 4, 7, 8, 9, 10, 13, 14, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27) are inequality constraints but don`t belong to the "free" cone.
Calls: ROI_solve -> SOLVE
Execution halted
Flavor: r-oldrel-osx-x86_64