Last updated on 2025-10-30 05:51:17 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.9 | 78.54 | 93.09 | 171.63 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.9 | 56.05 | 69.44 | 125.49 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.9 | 189.00 | 140.84 | 329.84 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.9 | 179.00 | 132.18 | 311.18 | ERROR | |
| r-devel-windows-x86_64 | 0.1.9 | 101.00 | 130.00 | 231.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.9 | 85.28 | 89.35 | 174.63 | ERROR | |
| r-release-linux-x86_64 | 0.1.9 | 81.01 | 90.14 | 171.15 | ERROR | |
| r-release-macos-arm64 | 0.1.9 | 34.00 | 45.00 | 79.00 | OK | |
| r-release-macos-x86_64 | 0.1.9 | 26.00 | 78.00 | 104.00 | OK | |
| r-release-windows-x86_64 | 0.1.9 | 102.00 | 127.00 | 229.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.9 | 31.00 | 47.00 | 78.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.1.9 | 26.00 | 79.00 | 105.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.9 | 118.00 | 168.00 | 286.00 | ERROR |
Version: 0.1.9
Check: examples
Result: ERROR
Running examples in ‘mwcsr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/25s]
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-debian-clang
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/19s]
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-debian-gcc
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, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/38s]
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’ [30s/37s]
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: tests
Result: ERROR
Running 'testthat.R' [21s]
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-windows-x86_64
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [19s/24s]
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
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.9
Check: tests
Result: ERROR
Running 'testthat.R' [20s]
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-release-windows-x86_64
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
Version: 0.1.9
Check: tests
Result: ERROR
Running 'testthat.R' [30s]
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-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.