R Under development (unstable) (2023-10-31 r85451 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(pROC) Type 'citation("pROC")' for a citation. Attaching package: 'pROC' The following objects are masked from 'package:stats': cov, smooth, var > data(aSAH) > > # Set environment variable RUN_SLOW_TESTS to run the slower tests > run_slow_tests <- identical(Sys.getenv("RUN_SLOW_TESTS"), "true") > > test_check("pROC") Loading required namespace: MASS [ FAIL 0 | WARN 0 | SKIP 48 | PASS 9037 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • Breaks everything for some reason... (1): 'test-onload.R:12:2' • On CRAN (17): 'test-ggroc.R:10:2', 'test-ggroc.R:20:2', 'test-ggroc.R:45:2', 'test-ggroc.R:52:2', 'test-ggroc.R:59:2', 'test-ggroc.R:66:2', 'test-ggroc.R:75:2', 'test-ggroc.R:83:2', 'test-ggroc.R:92:2', 'test-ggroc.R:99:2', 'test-plot.R:14:2', 'test-plot.R:27:2', 'test-plot.R:50:2', 'test-plot.R:92:2', 'test-plot.R:144:2', 'test-plot.R:155:2', 'test-roc.R:220:2' • Skipping error-prone Rcpp version check (1): 'test-onload.R:47:2' • Slow test skipped (29): 'test-are-paired.R:108:2', 'test-ci.formula.R:7:2', 'test-cov.R:72:2', 'test-cov.R:83:2', 'test-cov.R:98:2', 'test-large.R:24:3', 'test-numeric-accuracy.R:71:2', 'test-plot.R:55:2', 'test-plot.R:98:2', 'test-plot.R:119:2', 'test-power.roc.test.R:148:3', 'test-print.R:76:2', 'test-print.R:98:2', 'test-print.R:107:2', 'test-print.R:116:2', 'test-print.R:125:2', 'test-print.R:134:2', 'test-roc.test-venkatraman.R:5:2', 'test-roc.test-venkatraman.R:18:2', 'test-roc.test-venkatraman.R:31:2', 'test-roc.test-venkatraman.R:44:2', 'test-roc.test.R:220:2', 'test-roc.test.R:229:2', 'test-roc.test.R:238:2', 'test-roc.test.R:247:2', 'test-roc.test.R:256:2', 'test-roc.test.R:281:2', 'test-roc.utils.percent.R:53:2', 'test-var.R:42:2' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 9037 ] Deleting unused snapshots: • ggroc/ggroc-screenshot-legacy.svg • ggroc/ggroc-screenshot-percent-legacy.svg • ggroc/ggroc-screenshot-percent.svg • plot/advanced-screenshot-2.svg • plot/advanced-screenshot-4.svg • plot/advanced-screenshot-5.svg • plot/basic-ndka.svg • plot/basic-wfns.svg > > proc.time() user system elapsed 67.50 4.64 72.42