Last updated on 2019-03-14 00:46:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4 | 19.17 | 57.02 | 76.19 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4 | 11.97 | 47.24 | 59.21 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4 | 95.96 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4 | 87.86 | OK | |||
r-devel-windows-ix86+x86_64 | 0.4 | 93.00 | 88.00 | 181.00 | OK | |
r-patched-linux-x86_64 | 0.4 | 13.06 | 53.11 | 66.17 | OK | |
r-patched-solaris-x86 | 0.4 | 150.20 | OK | |||
r-release-linux-x86_64 | OK | |||||
r-release-windows-ix86+x86_64 | 0.4 | 92.00 | 109.00 | 201.00 | OK | |
r-release-osx-x86_64 | 0.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.4 | 92.00 | 107.00 | 199.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.4 | OK |
Version: 0.4
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'ECOSolveR-Ex.R' failed
The error most likely occurred in:
> ### Name: ECOS_csolve
> ### Title: Solve a conic optimization problem
> ### Aliases: ECOS_csolve
>
> ### ** Examples
>
>
> ## githubIssue98
> G <- local({
+ Gpr <- c(0.416757847405471, 2.136196095668454, 1.793435585194863, -1.,
+ 0.056266827226329, -1.640270808404989, 0.841747365656204, -1.,
+ 0.416757847405471, 2.136196095668454, 1.793435585194863, -1.,
+ 0.056266827226329, -1.640270808404989, 0.841747365656204, -1., -1.)
+ Gjc <- as.integer(c(0, 4, 8, 12, 16, 17))
+ Gir <- as.integer(c(0, 1, 2, 7, 0, 1, 2, 8, 3, 4, 5, 9, 3, 4, 5, 10, 6))
+ Matrix::sparseMatrix(i = Gir, p = Gjc, x = Gpr, index1 = FALSE)
+ })
> print(G)
11 x 5 sparse Matrix of class "dgCMatrix"
Error in isFALSE(suppRows) : could not find function "isFALSE"
Calls: print ... print.default -> <Anonymous> -> <Anonymous> -> printSpMatrix2
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.4
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'ECOSolveR-Ex.R' failed
The error most likely occurred in:
> ### Name: ECOS_csolve
> ### Title: Solve a conic optimization problem
> ### Aliases: ECOS_csolve
>
> ### ** Examples
>
>
> ## githubIssue98
> G <- local({
+ Gpr <- c(0.416757847405471, 2.136196095668454, 1.793435585194863, -1.,
+ 0.056266827226329, -1.640270808404989, 0.841747365656204, -1.,
+ 0.416757847405471, 2.136196095668454, 1.793435585194863, -1.,
+ 0.056266827226329, -1.640270808404989, 0.841747365656204, -1., -1.)
+ Gjc <- as.integer(c(0, 4, 8, 12, 16, 17))
+ Gir <- as.integer(c(0, 1, 2, 7, 0, 1, 2, 8, 3, 4, 5, 9, 3, 4, 5, 10, 6))
+ Matrix::sparseMatrix(i = Gir, p = Gjc, x = Gpr, index1 = FALSE)
+ })
> print(G)
11 x 5 sparse Matrix of class "dgCMatrix"
Error in isFALSE(suppRows) : could not find function "isFALSE"
Calls: print ... print.default -> <Anonymous> -> <Anonymous> -> printSpMatrix2
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64