CRAN Package Check Results for Package FoCo2

Last updated on 2026-03-01 17:49:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 8.63 72.42 81.05 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 5.49 52.62 58.11 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 14.00 106.87 120.87 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 14.00 113.09 127.09 ERROR
r-devel-macos-arm64 0.1.2 2.00 21.00 23.00 OK
r-devel-windows-x86_64 0.1.2 9.00 83.00 92.00 OK
r-patched-linux-x86_64 0.1.2 8.70 66.40 75.10 OK
r-release-linux-x86_64 0.1.2 8.04 66.30 74.34 OK
r-release-macos-arm64 0.1.2 OK
r-release-macos-x86_64 0.1.2 5.00 66.00 71.00 OK
r-release-windows-x86_64 0.1.2 9.00 82.00 91.00 OK
r-oldrel-macos-arm64 0.1.2 OK
r-oldrel-macos-x86_64 0.1.2 6.00 71.00 77.00 OK
r-oldrel-windows-x86_64 0.1.2 11.00 149.00 160.00 OK

Check Details

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/17s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(FoCo2) Loading required package: Matrix Loading required package: FoReco > > test_check("FoCo2") Polishing not needed - no active set detected at optimal point Saving _problems/test-cs-23.R Saving _problems/test-cs-51.R Polishing not needed - no active set detected at optimal point Saving _problems/test-cs-72.R [ FAIL 3 | WARN 3 | SKIP 0 | PASS 18 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cs.R:22:5'): Optimal cross-sectional coherent combination ────── Error in `dimnames(x) <- dn`: length of 'dimnames' [2] not equal to array extent Backtrace: ▆ 1. └─FoCo2::csocc(...) at test-cs.R:22:5 2. └─FoCo2:::resemble(...) 3. ├─FoCo2:::.resemble(...) 4. └─FoCo2:::resemble.strc_osqp(...) 5. └─base::`colnames<-`(...) ── Error ('test-cs.R:50:5'): Optimal nonegative cross-sectional reconciliation ── Error in `dimnames(x) <- dn`: length of 'dimnames' [2] not equal to array extent Backtrace: ▆ 1. └─FoCo2::csocc(...) at test-cs.R:50:5 2. └─FoCo2:::resemble(...) 3. ├─FoCo2:::.resemble(...) 4. └─FoCo2:::resemble.strc_osqp(...) 5. └─base::`colnames<-`(...) ── Error ('test-cs.R:71:5'): Optimal cross-sectional coherent combination with NA ── Error in `dimnames(x) <- dn`: length of 'dimnames' [2] not equal to array extent Backtrace: ▆ 1. └─FoCo2::csocc(...) at test-cs.R:71:5 2. └─FoCo2:::resemble(...) 3. ├─FoCo2:::.resemble(...) 4. └─FoCo2:::resemble.strc_osqp(...) 5. └─base::`colnames<-`(...) [ FAIL 3 | WARN 3 | SKIP 0 | PASS 18 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc