R Under development (unstable) (2024-02-22 r85974 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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") [ FAIL 0 | WARN 0 | SKIP 54 | PASS 436 ] ══ Skipped tests (54) ══════════════════════════════════════════════════════════ • Installed tune is version 1.1.2; but 1.2.0 is required (9): 'test-cal-validate-multiclass.R:51:3', 'test-cal-validate.R:276:3', 'test-cal-validate.R:308:3', 'test-cal-validate.R:341:3', 'test-cal-validate.R:373:3', 'test-cal-validate.R:405:3', 'test-cal-validate.R:441:3', 'test-cal-validate.R:514:3', 'test-cal-validate.R:550:3' • On CRAN (44): 'test-cal-estimate.R:8:3', 'test-cal-estimate.R:47:3', 'test-cal-estimate.R:56:3', 'test-cal-estimate.R:68:3', 'test-cal-estimate.R:97:3', 'test-cal-estimate.R:113:3', 'test-cal-estimate.R:150:3', 'test-cal-estimate.R:175:3', 'test-cal-estimate.R:185:3', 'test-cal-estimate.R:213:3', 'test-cal-estimate.R:246:3', 'test-cal-estimate.R:271:3', 'test-cal-estimate.R:282:3', 'test-cal-estimate.R:314:3', 'test-cal-estimate.R:341:3', 'test-cal-estimate.R:352:3', 'test-cal-estimate.R:385:3', 'test-cal-estimate.R:413:3', 'test-cal-estimate.R:431:3', 'test-cal-estimate.R:461:3', 'test-cal-estimate.R:466:3', 'test-cal-estimate.R:478:3', 'test-cal-estimate.R:507:3', 'test-cal-estimate.R:523:3', 'test-cal-plot.R:67:3', 'test-cal-plot.R:120:3', 'test-cal-plot.R:260:3', 'test-cal-plot.R:272:3', 'test-cal-plot.R:368:3', 'test-cal-plot.R:380:3', 'test-cal-plot.R:634:3', 'test-cal-validate.R:44:3', 'test-cal-validate.R:567:3', 'test-class-pred.R:201:3', 'test-conformal-intervals-quantile.R:26: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-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' • R.version[["arch"]] != "aarch64" is TRUE (1): 'test-cal-plot.R:485:3' [ FAIL 0 | WARN 0 | SKIP 54 | PASS 436 ] > > proc.time() user system elapsed 141.45 4.85 146.26