R Under development (unstable) (2025-01-31 r87670 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 765 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-WPL0.R:23:3', 'test-WPL0.R:75:3', 'test-WPL0.R:125:3', 'test-WPL1.R:87:3', 'test-WPL1.R:144:3', 'test-WPL1.R:214:3', 'test-WPSA.R:47:3', 'test-WPSA.R:193:3', 'test-WPSA.R:341:3', 'test-WPSA.R:404: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' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 765 ] > > proc.time() user system elapsed 35.46 1.39 49.81