R Under development (unstable) (2025-10-13 r88918 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 59 | PASS 510 ] ══ Skipped tests (59) ══════════════════════════════════════════════════════════ • On CRAN (58): 'test-bound_prediction.R:10:3', 'test-bound_prediction.R:46:3', 'test-cal-estimate-beta.R:7:3', 'test-cal-estimate-beta.R:36:3', 'test-cal-estimate-beta.R:62:3', 'test-cal-estimate-isotonic.R:9:3', 'test-cal-estimate-isotonic.R:36:3', 'test-cal-estimate-isotonic.R:59:3', 'test-cal-estimate-isotonic.R:76:3', 'test-cal-estimate-isotonic.R:102:3', 'test-cal-estimate-isotonic.R:129:3', 'test-cal-estimate-isotonic.R:156:3', 'test-cal-estimate-isotonic.R:168:3', 'test-cal-estimate-linear.R:13:3', 'test-cal-estimate-linear.R:41:3', 'test-cal-estimate-linear.R:45:3', 'test-cal-estimate-linear.R:59:3', 'test-cal-estimate-linear.R:87:3', 'test-cal-estimate-linear.R:103:3', 'test-cal-estimate-logistic.R:9:3', 'test-cal-estimate-logistic.R:71:3', 'test-cal-estimate-logistic.R:79:3', 'test-cal-estimate-logistic.R:91:3', 'test-cal-estimate-logistic.R:117:3', 'test-cal-estimate-logistic.R:137:3', 'test-cal-estimate-multinomial.R:9:3', 'test-cal-estimate-multinomial.R:59:3', 'test-cal-estimate-multinomial.R:92:3', 'test-cal-estimate-multinomial.R:110:3', 'test-cal-estimate-none.R:10:3', 'test-cal-estimate-none.R:88:3', 'test-cal-estimate-none.R:124:3', 'test-cal-plot-breaks.R:71:3', 'test-cal-plot-breaks.R:131:3', 'test-cal-plot-breaks.R:189:3', 'test-cal-plot-logistic.R:149:3', 'test-cal-plot-logistic.R:166:3', 'test-cal-plot-regression.R:143:3', 'test-cal-plot-windowed.R:97:3', 'test-cal-validate.R:51:3', 'test-cal-validate.R:242:3', 'test-cal-validate.R:449:3', 'test-cal-validate.R:838:3', 'test-cal-validate.R:876:3', 'test-class-pred.R:207:3', 'test-conformal_infer_cv.R:48:3', 'test-conformal_infer_cv.R:80:3', 'test-conformal_infer_cv.R:187:3', 'test-conformal_infer_full.R:59:3', 'test-conformal_infer_full.R:112:3', 'test-conformal_infer_full.R:199:3', 'test-conformal_infer_quantile.R:27:3', 'test-conformal_infer_split.R:26:3', 'test-make_class_pred.R:84:3', 'test-make_class_pred.R:93:3', 'test-make_class_pred.R:102:3', 'test-make_class_pred.R:108:3', 'test-threshold_perf.R:148:3' • R.version[["arch"]] != "aarch64" is TRUE (1): 'test-cal-plot-regression.R:3:3' [ FAIL 0 | WARN 0 | SKIP 59 | PASS 510 ] > > proc.time() user system elapsed 92.14 3.96 96.10