R Under development (unstable) (2025-06-03 r88266 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(alternativeROC) Loading required package: pROC Type 'citation("pROC")' for a citation. Attaching package: 'pROC' The following objects are masked from 'package:stats': cov, smooth, var Loading required package: sn Loading required package: stats4 Attaching package: 'sn' The following object is masked from 'package:stats': sd Loading required package: Hmisc Attaching package: 'Hmisc' The following object is masked from 'package:testthat': describe The following objects are masked from 'package:base': format.pval, units Loading required package: plyr Attaching package: 'plyr' The following objects are masked from 'package:Hmisc': is.discrete, summarize > > test_check("alternativeROC") ***[ FAIL 0 | WARN 0 | SKIP 0 | PASS 8 ] > > proc.time() user system elapsed 19.04 2.54 21.64