Last updated on 2025-10-13 20:49:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.9 | 80.02 | 91.89 | 171.91 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.9 | 54.92 | 68.95 | 123.87 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.9 | 345.39 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.9 | 330.26 | ERROR | |||
r-devel-windows-x86_64 | 0.1.9 | 104.00 | 124.00 | 228.00 | OK | |
r-patched-linux-x86_64 | 0.1.9 | 85.41 | 87.73 | 173.14 | OK | |
r-release-linux-x86_64 | 0.1.9 | 82.51 | 87.40 | 169.91 | OK | |
r-release-macos-arm64 | 0.1.9 | 79.00 | OK | |||
r-release-macos-x86_64 | 0.1.9 | 104.00 | OK | |||
r-release-windows-x86_64 | 0.1.9 | 105.00 | 129.00 | 234.00 | OK | |
r-oldrel-macos-arm64 | 0.1.9 | 78.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.9 | 105.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.9 | 122.00 | 161.00 | 283.00 | OK |
Version: 0.1.9
Check: examples
Result: ERROR
Running examples in ‘mwcsr-Ex.R’ failed
The error most likely occurred in:
> ### Name: virgo_solver
> ### Title: Construct a virgo solver
> ### Aliases: virgo_solver
>
> ### ** Examples
>
> data("sgmwcs_small_instance")
> approx_vs <- virgo_solver(mst=TRUE, threads = 1)
> approx_vs$run_main("-h")
Option (* = required) Description
--------------------- -----------
--benchmark, --bm Benchmark output file (default: )
-c <Integer> Threshold for CPE solver (default: 25)
* -e, --edges Edge list file
-h, --help Print a short help message
-l, --log <Integer> Log level (default: 0)
-m, --threads <Integer> Number of threads (default: 1)
--mst Use primal heuristic only
* -n, --nodes Node list file
-o, --output-dir Solver output directory
-p, --epsilon <Double> Maximum allowed absolute score error
for solver (default: 0.0)
--pl, --preprocessing-level [Integer] Preprocessing level (default: 2)
-s, --signals Signals file
-t, --timelimit <Long> Timelimit in seconds (<= 0 -
unlimited) (default: 0)
--type One of: SGMWCS, GMWCS (default: sgmwcs)
--version
> sol <- solve_mwcsp(approx_vs, sgmwcs_small_instance)
Error:
! The `vp` argument of `get_edge_ids()` is not allowed to be a 2 times 2
matrix as of igraph 2.1.5.
Backtrace:
▆
1. ├─mwcsr::solve_mwcsp(approx_vs, sgmwcs_small_instance)
2. └─mwcsr:::solve_mwcsp.virgo_solver(approx_vs, sgmwcs_small_instance)
3. └─mwcsr:::solve_sgmwcs(solver, instance, ...)
4. └─mwcsr:::run_solver(...)
5. └─igraph::get.edge.ids(instance, t(edges[, 1:2]))
6. └─igraph::get_edge_ids(...)
7. └─igraph:::el_to_vec(vp, call = rlang::caller_env())
8. └─lifecycle::deprecate_stop("2.1.5", "get_edge_ids(vp = 'is not allowed to be a 2 times 2 matrix')")
9. └─lifecycle:::deprecate_stop0(msg)
10. └─rlang::cnd_signal(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [31s/74s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mwcsr)
>
> test_check("mwcsr")
[ FAIL 2 | WARN 10 | SKIP 5 | PASS 41 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• No CPLEX available (3): 'test_virgo.R:5:9', 'test_virgo.R:15:9',
'test_virgo.R:24:9'
• SCIP is not available (2): 'test_scip.R:5:9', 'test_scip.R:16:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_virgo.R:48:5'): heuristic virgo_solver works on SGMWCS ─────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: The `vp` argument of `get_edge_ids()` is not allowed to be a 2 times 2
matrix as of igraph 2.1.5.
Backtrace:
▆
1. ├─mwcsr::solve_mwcsp(solver, sgmwcs_small_instance) at test_virgo.R:48:5
2. └─mwcsr:::solve_mwcsp.virgo_solver(solver, sgmwcs_small_instance)
3. └─mwcsr:::solve_sgmwcs(solver, instance, ...)
4. └─mwcsr:::run_solver(...)
5. └─igraph::get.edge.ids(instance, t(edges[, 1:2]))
6. └─igraph::get_edge_ids(...)
7. └─igraph:::el_to_vec(vp, call = rlang::caller_env())
8. └─lifecycle::deprecate_stop("2.1.5", "get_edge_ids(vp = 'is not allowed to be a 2 times 2 matrix')")
9. └─lifecycle:::deprecate_stop0(msg)
10. └─rlang::cnd_signal(...)
── Error ('test_virgo.R:81:5'): heuristic virgo_solver works on SGMWCS ─────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: The `vp` argument of `get_edge_ids()` is not allowed to be a 2 times 2
matrix as of igraph 2.1.5.
Backtrace:
▆
1. ├─mwcsr::solve_mwcsp(solver, si) at test_virgo.R:81:5
2. └─mwcsr:::solve_mwcsp.virgo_solver(solver, si)
3. └─mwcsr:::solve_sgmwcs(solver, instance, ...)
4. └─mwcsr:::run_solver(...)
5. └─igraph::get.edge.ids(instance, t(edges[, 1:2]))
6. └─igraph::get_edge_ids(...)
7. └─igraph:::el_to_vec(vp, call = rlang::caller_env())
8. └─lifecycle::deprecate_stop("2.1.5", "get_edge_ids(vp = 'is not allowed to be a 2 times 2 matrix')")
9. └─lifecycle:::deprecate_stop0(msg)
10. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 10 | SKIP 5 | PASS 41 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [32s/119s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mwcsr)
>
> test_check("mwcsr")
[ FAIL 2 | WARN 10 | SKIP 5 | PASS 41 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• No CPLEX available (3): 'test_virgo.R:5:9', 'test_virgo.R:15:9',
'test_virgo.R:24:9'
• SCIP is not available (2): 'test_scip.R:5:9', 'test_scip.R:16:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_virgo.R:48:5'): heuristic virgo_solver works on SGMWCS ─────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: The `vp` argument of `get_edge_ids()` is not allowed to be a 2 times 2
matrix as of igraph 2.1.5.
Backtrace:
▆
1. ├─mwcsr::solve_mwcsp(solver, sgmwcs_small_instance) at test_virgo.R:48:5
2. └─mwcsr:::solve_mwcsp.virgo_solver(solver, sgmwcs_small_instance)
3. └─mwcsr:::solve_sgmwcs(solver, instance, ...)
4. └─mwcsr:::run_solver(...)
5. └─igraph::get.edge.ids(instance, t(edges[, 1:2]))
6. └─igraph::get_edge_ids(...)
7. └─igraph:::el_to_vec(vp, call = rlang::caller_env())
8. └─lifecycle::deprecate_stop("2.1.5", "get_edge_ids(vp = 'is not allowed to be a 2 times 2 matrix')")
9. └─lifecycle:::deprecate_stop0(msg)
10. └─rlang::cnd_signal(...)
── Error ('test_virgo.R:81:5'): heuristic virgo_solver works on SGMWCS ─────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: The `vp` argument of `get_edge_ids()` is not allowed to be a 2 times 2
matrix as of igraph 2.1.5.
Backtrace:
▆
1. ├─mwcsr::solve_mwcsp(solver, si) at test_virgo.R:81:5
2. └─mwcsr:::solve_mwcsp.virgo_solver(solver, si)
3. └─mwcsr:::solve_sgmwcs(solver, instance, ...)
4. └─mwcsr:::run_solver(...)
5. └─igraph::get.edge.ids(instance, t(edges[, 1:2]))
6. └─igraph::get_edge_ids(...)
7. └─igraph:::el_to_vec(vp, call = rlang::caller_env())
8. └─lifecycle::deprecate_stop("2.1.5", "get_edge_ids(vp = 'is not allowed to be a 2 times 2 matrix')")
9. └─lifecycle:::deprecate_stop0(msg)
10. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 10 | SKIP 5 | PASS 41 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.9
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘DLBCL’
Flavor: r-oldrel-macos-arm64
Version: 0.1.9
Check: installed package size
Result: NOTE
installed size is 9.6Mb
sub-directories of 1Mb or more:
java 2.5Mb
libs 6.6Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.1.9
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: 'BioNet', 'DLBCL'
Flavor: r-oldrel-macos-x86_64