R Under development (unstable) (2024-01-10 r85799 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(WpProj) > > testthat::skip_if_not_installed("stats") > library(stats) > > test_check("WpProj") Initial solution based on shortlist is degenerate. Adding 255 basis vector(s)... done. Initial solution based on shortlist is degenerate. Adding 1 basis vector(s)... done. Initial solution based on shortlist is degenerate. Adding 1 basis vector(s)... done. Initial solution based on shortlist is degenerate. Adding 20 basis vector(s)... done. Initial solution based on shortlist is degenerate. Adding 1023 basis vector(s)... done. [ FAIL 0 | WARN 0 | SKIP 20 | PASS 895 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-WPL0.R:23:3', 'test-WPL0.R:75:3', 'test-WPL0.R:125:3', 'test-WPL1.R:142:3', 'test-WPL1.R:212:3', 'test-WPSA.R:47:3', 'test-WPSA.R:193:3', 'test-WPSA.R:341:3', 'test-WPSA.R:404:3', 'test-transport_plan.R:182:3', 'test-transport_plan.R:189:3' • Rmosek installed but mosek optimizer not found for tests. (7): 'test-W1L1.R:53:3', 'test-W1L1.R:153:3', 'test-W1L1.R:192:3', 'test-W2IP.R:55:3', 'test-WInftyL1.R:59:3', 'test-WInftyL1.R:148:5', 'test-WInftyL1.R:267:5' • gurobi not found for tests (2): 'test-W1L1.R:330:3', 'test-W2IP.R:27:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 895 ] > > proc.time() user system elapsed 84.79 2.00 98.26