R Under development (unstable) (2023-07-02 r84627 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(combiroc) > > test_check("combiroc") The combinations in which you can find ALL the selected markers have been computed [ FAIL 0 | WARN 0 | SKIP 0 | PASS 40 ] Warning messages: 1: In markers_distribution(data_long, case_class = "A") : boxplot_lim is not set. Boxplot may be difficult to interpret due to outliers. You should set an appropriate y axis limit. 2: In markers_distribution(data_long, case_class = "A") : In $Coord object you will see only the signal threshold values at which SE>=0 and SP>=0 by default. If you want to change this limits, please set min_SE and min_SP 3: In markers_distribution(data_long, case_class = "A") : You can adjust density plot zoom by setting y_lim and x_lim 4: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0. ℹ Please use `linewidth` instead. > > proc.time() user system elapsed 2.21 0.29 2.53