CRAN Package Check Results for Package mmirestriktor

Last updated on 2024-05-31 01:52:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 3.31 60.30 63.61 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 2.88 42.75 45.63 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 73.04 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 40.99 OK
r-devel-windows-x86_64 0.2.1 5.00 66.00 71.00 OK
r-patched-linux-x86_64 0.2.1 4.77 54.81 59.58 ERROR
r-release-linux-x86_64 0.2.1 2.43 56.00 58.43 OK
r-release-macos-arm64 0.2.1 25.00 OK
r-release-windows-x86_64 0.2.1 6.00 69.00 75.00 OK
r-oldrel-macos-arm64 0.2.1 28.00 OK
r-oldrel-macos-x86_64 0.2.1 53.00 OK
r-oldrel-windows-x86_64 0.2.1 6.00 82.00 88.00 OK

Check Details

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [19s/25s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(mmirestriktor) > > test_check("mmirestriktor") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 45 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-replext_table_cells.R:3:3'): replext_t1_c1 works ─────────────── Error in `solve.QP(Dmat = Dmat, dvec = dvec, Amat = t(Amat), bvec = bvec, meq = meq)`: constraints are inconsistent, no solution! Backtrace: ▆ 1. └─mmirestriktor::replext_t1_c1(...) at test-replext_table_cells.R:3:3 2. └─base::outer(fs, constrs, Vectorize(find_min_sample_size)) 3. └─base (local) FUN(X, Y, ...) 4. ├─base::do.call(...) 5. └─base::mapply(...) 6. └─mmirestriktor (local) `<fn>`(f = dots[[1L]][[2L]], constr = dots[[2L]][[2L]]) 7. └─mmirestriktor::pj_pow(datasets, constr, alpha) 8. ├─base::mean(...) 9. └─base::sapply(...) 10. └─base::lapply(X = X, FUN = FUN, ...) 11. └─mmirestriktor (local) FUN(X[[i]], ...) 12. └─restriktor::iht(mod, constraints = cn) 13. └─restriktor::conTest(...) 14. ├─base::do.call("conTest", CALL.test) 15. └─restriktor::conTest(object = `<restrktr>`, test = "F", type = "summary") 16. ├─restriktor::conTest_summary(object, test = test, ...) 17. └─restriktor::conTest_summary.restriktor(object, test = test, ...) 18. ├─base::do.call("conTest", CALL) 19. └─restriktor::conTest(object = `<restrktr>`, test = "f", type = "global") 20. ├─restriktor:::conTestF(object, type = type, ...) 21. └─restriktor::conTestF.conLM(object, type = type, ...) 22. └─restriktor:::con_solver_lm(...) 23. └─quadprog::solve.QP(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 45 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64