R Under development (unstable) (2026-03-25 r89703 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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 testthat setup. > # It is recommended that you do not modify it. > # > # Where should you do your testing? > # Learn more about testing at https://r-pkgs.org/testing-basics.html > > library(testthat) > library(CalibrationCurves) Loading required package: rms 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: ggplot2 > > test_check("CalibrationCurves") Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... Waiting for profiling to be done... [ FAIL 0 | WARN 0 | SKIP 32 | PASS 116 ] ══ Skipped tests (32) ══════════════════════════════════════════════════════════ • On CRAN (32): 'test-print-methods.R:58:3', 'test-valProbCluster.R:20:3', 'test-valProbCluster.R:33:3', 'test-valProbCluster.R:44:3', 'test-valProbCluster.R:71:3', 'test-valProbCluster.R:81:3', 'test-valProbCluster.R:95:3', 'test-valProbCluster.R:109:3', 'test-valProbCluster.R:121:3', 'test-valProbCluster.R:134:3', 'test-valProbCluster.R:147:3', 'test-valProbCluster.R:159:3', 'test-valProbCluster.R:177:3', 'test-valProbCluster.R:195:3', 'test-valProbCluster.R:207:3', 'test-valProbCluster.R:218:3', 'test-valProbCluster.R:233:3', 'test-valProbCluster.R:243:3', 'test-valProbCluster.R:255:3', 'test-valProbCluster.R:266:3', 'test-valProbCluster.R:283:3', 'test-valProbCluster.R:295:3', 'test-valProbCluster.R:306:3', 'test-valProbCluster.R:317:3', 'test-valProbCluster.R:334:3', 'test-valProbCluster.R:345:3', 'test-valProbCluster.R:356:3', 'test-valProbCluster.R:374:3', 'test-valProbCluster.R:397:3', 'test-valProbCluster.R:413:3', 'test-valProbCluster.R:440:3', 'test-valProbCluster.R:451:3' [ FAIL 0 | WARN 0 | SKIP 32 | PASS 116 ] > > proc.time() user system elapsed 39.25 5.95 45.18