R Under development (unstable) (2025-08-18 r88641 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(mildsvm) > > test_check("mildsvm") [ FAIL 0 | WARN 0 | SKIP 89 | PASS 387 ] ══ Skipped tests (89) ══════════════════════════════════════════════════════════ • On CRAN (25): 'test-examples.R:2:3', 'test-examples.R:24:3', 'test-examples.R:67:3', 'test-examples.R:93:3', 'test-examples.R:109:3', 'test-examples.R:123:3', 'test-examples.R:137:3', 'test-examples.R:152:3', 'test-examples.R:167:3', 'test-examples.R:213:3', 'test-examples.R:246:3', 'test-examples.R:273:3', 'test-examples.R:298:3', 'test-examples.R:335:3', 'test-examples.R:362:3', 'test-examples.R:392:3', 'test-examples.R:409:3', 'test-feature_map.R:245:3', 'test-mi_df.R:72:3', 'test-mild_df.R:69:3', 'test-smm.R:369:3', 'test-smm.R:392:3', 'test-svor_exc.R:30:3', 'test-svor_exc.R:45:3', 'test-svor_exc.R:239:3' • {MilDistribution} is not installed (2): 'test-fidelity.R:2:3', 'test-fidelity.R:32:3' • {gurobi} is not installed (62): 'test-cv_misvm.R:3:3', 'test-cv_misvm.R:31:3', 'test-cv_misvm.R:81:3', 'test-cv_misvm.R:136:3', 'test-fidelity.R:58:3', 'test-fidelity.R:140:3', 'test-fidelity.R:191:3', 'test-fidelity.R:248:3', 'test-fidelity.R:287:3', 'test-mior.R:39:3', 'test-mior.R:73:3', 'test-mior.R:121:3', 'test-mior.R:175:3', 'test-mior.R:200:3', 'test-mior.R:256:3', 'test-mior.R:276:3', 'test-mior.R:312:3', 'test-mior.R:335:3', 'test-mismm.R:2:3', 'test-mismm.R:38:3', 'test-mismm.R:77:3', 'test-mismm.R:98:3', 'test-mismm.R:153:3', 'test-mismm.R:167:3', 'test-mismm.R:269:3', 'test-mismm.R:295:3', 'test-mismm.R:332:3', 'test-mismm.R:364:3', 'test-mismm.R:399:3', 'test-mismm.R:427:3', 'test-misvm.R:32:3', 'test-misvm.R:89:3', 'test-misvm.R:124:3', 'test-misvm.R:174:3', 'test-misvm.R:189:3', 'test-misvm.R:264:3', 'test-misvm.R:282:3', 'test-misvm.R:343:3', 'test-misvm.R:405:3', 'test-misvm.R:432:3', 'test-misvm.R:487:3', 'test-misvm.R:513:3', 'test-misvm.R:523:3', 'test-misvm.R:535:3', 'test-misvm.R:565:3', 'test-misvm.R:584:3', 'test-misvm_orova.R:29:3', 'test-misvm_orova.R:145:3', 'test-misvm_orova.R:223:3', 'test-misvm_orova.R:240:3', 'test-misvm_orova.R:262:3', 'test-omisvm.R:3:3', 'test-omisvm.R:44:3', 'test-omisvm.R:67:3', 'test-omisvm.R:115:3', 'test-omisvm.R:144:3', 'test-omisvm.R:194:3', 'test-omisvm.R:214:3', 'test-omisvm.R:237:3', 'test-omisvm.R:257:3', 'test-omisvm.R:285:3', 'test-omisvm.R:299:3' [ FAIL 0 | WARN 0 | SKIP 89 | PASS 387 ] > > proc.time() user system elapsed 29.01 1.20 30.21