R Under development (unstable) (2025-05-18 r88218 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(probably) Attaching package: 'probably' The following objects are masked from 'package:base': as.factor, as.ordered > > test_check("probably") Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'rlang' The following objects are masked from 'package:testthat': is_false, is_null, is_true [ FAIL 0 | WARN 0 | SKIP 84 | PASS 535 ] ══ Skipped tests (84) ══════════════════════════════════════════════════════════ • Installed ggplot2 is version 3.5.2; but 3.5.2.9000 is required (3): 'test-cal-plot.R:32:3', 'test-cal-plot.R:223:3', 'test-cal-plot.R:489:3' • On CRAN (79): 'test-bound-prediction.R:10:3', 'test-bound-prediction.R:39:3', 'test-cal-estimate-beta.R:7:3', 'test-cal-estimate-beta.R:33:3', 'test-cal-estimate-beta.R:59:3', 'test-cal-estimate-isotonic.R:9:3', 'test-cal-estimate-isotonic.R:37:3', 'test-cal-estimate-isotonic.R:60:3', 'test-cal-estimate-isotonic.R:73:3', 'test-cal-estimate-isotonic.R:99:3', 'test-cal-estimate-isotonic.R:124:3', 'test-cal-estimate-isotonic.R:147:3', 'test-cal-estimate-linear.R:9:3', 'test-cal-estimate-linear.R:34:3', 'test-cal-estimate-linear.R:39:3', 'test-cal-estimate-linear.R:53:3', 'test-cal-estimate-linear.R:77:3', 'test-cal-estimate-linear.R:93:3', 'test-cal-estimate-linear.R:122:3', 'test-cal-estimate-logistic.R:9:3', 'test-cal-estimate-logistic.R:55:3', 'test-cal-estimate-logistic.R:63:3', 'test-cal-estimate-logistic.R:75:3', 'test-cal-estimate-logistic.R:101:3', 'test-cal-estimate-logistic.R:117:3', 'test-cal-estimate-multinomial.R:9:3', 'test-cal-estimate-multinomial.R:44:3', 'test-cal-estimate-multinomial.R:74:3', 'test-cal-estimate-multinomial.R:92:3', 'test-cal-estimate-none.R:10:3', 'test-cal-estimate-none.R:89:3', 'test-cal-estimate-none.R:127:3', 'test-cal-estimate.R:10:3', 'test-cal-estimate.R:64:3', 'test-cal-estimate.R:72:3', 'test-cal-estimate.R:84:3', 'test-cal-estimate.R:110:3', 'test-cal-estimate.R:165:3', 'test-cal-estimate.R:193:3', 'test-cal-estimate.R:216:3', 'test-cal-estimate.R:229:3', 'test-cal-estimate.R:255:3', 'test-cal-estimate.R:280:3', 'test-cal-estimate.R:303:3', 'test-cal-estimate.R:315:3', 'test-cal-estimate.R:341:3', 'test-cal-estimate.R:367:3', 'test-cal-estimate.R:381:3', 'test-cal-estimate.R:424:3', 'test-cal-estimate.R:454:3', 'test-cal-estimate.R:473:3', 'test-cal-estimate.R:501:3', 'test-cal-estimate.R:536:3', 'test-cal-estimate.R:565:3', 'test-cal-estimate.R:570:3', 'test-cal-estimate.R:584:3', 'test-cal-estimate.R:612:3', 'test-cal-estimate.R:658:3', 'test-cal-plot.R:121:3', 'test-cal-plot.R:274:3', 'test-cal-plot.R:372:3', 'test-cal-plot.R:384:3', 'test-cal-plot.R:634:3', 'test-cal-validate.R:46:3', 'test-cal-validate.R:227:3', 'test-cal-validate.R:390:3', 'test-cal-validate.R:679:3', 'test-class-pred.R:201:3', 'test-conformal-intervals-quantile.R:27:3', 'test-conformal-intervals-split.R:26:3', 'test-conformal-intervals.R:60:3', 'test-conformal-intervals.R:143:3', 'test-conformal-intervals.R:236:3', 'test-conformal-intervals.R:271:3', 'test-make-class-pred.R:61:3', 'test-make-class-pred.R:70:3', 'test-make-class-pred.R:79:3', 'test-make-class-pred.R:85:3', 'test-threshold-perf.R:130:3' • until refactored (2): 'test-cal-estimate.R:124:3', 'test-cal-estimate.R:622:3' [ FAIL 0 | WARN 0 | SKIP 84 | PASS 535 ] > > proc.time() user system elapsed 128.34 9.95 138.87