R Under development (unstable) (2025-06-16 r88324 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(clinpubr) > > test_check("clinpubr") Assuming '1' is [Event] and '0' is [non-Event] Assuming '1' is [Event] and '0' is [non-Event] Assuming '1' is [Event] and '0' is [non-Event] 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 Loading required package: Hmisc Attaching package: 'Hmisc' The following objects are masked from 'package:dplyr': src, summarize The following object is masked from 'package:testthat': describe The following objects are masked from 'package:base': format.pval, units $lin $rcs Taking all variables as predictors [1] "cannot process:2020-13-01" [1] "cannot process:not_a_date" [1] "cannot process:123456789" Attaching package: 'rlang' The following objects are masked from 'package:withr': local_options, with_options The following object is masked from 'package:clinpubr': qq_show The following objects are masked from 'package:testthat': is_false, is_null, is_true [ FAIL 0 | WARN 7 | SKIP 29 | PASS 237 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-baseline_table.R:15:5', 'test-baseline_table.R:25:5', 'test-baseline_table.R:43:5', 'test-baseline_table.R:52:3', 'test-classif_model_compare.r:39:5', 'test-cut_by.R:12:3', 'test-importance_plot.R:12:3', 'test-interactions.r:36:5', 'test-interactions.r:72:5', 'test-misc.R:88:5', 'test-rcs_plot.r:16:5', 'test-rcs_plot.r:25:5', 'test-rcs_plot.r:39:5', 'test-rcs_plot.r:49:3', 'test-rcs_plot.r:63:3', 'test-rcs_plot.r:73:3', 'test-rcs_plot.r:82:3', 'test-rcs_plot.r:88:3', 'test-regressions.r:24:5', 'test-regressions.r:48:5', 'test-regressions.r:67:3', 'test-regressions.r:133:5', 'test-regressions.r:144:3', 'test-regressions.r:154:3', 'test-split_multichoice.r:5:3', 'test-split_multichoice.r:13:3', 'test-split_multichoice.r:21:3', 'test-split_multichoice.r:29:3', 'test-split_multichoice.r:37:3' [ FAIL 0 | WARN 7 | SKIP 29 | PASS 237 ] Deleting unused snapshots: • classif_model_compare/calibration-plot.svg • classif_model_compare/roc-plot.svg • importance_plot/test-plot-png.svg • interactions/logistic-interaction-plot.svg • rcs_plot/logistic-model-rcs-plot-no-group.svg • rcs_plot/logistic-model-rcs-plot-ref-60.svg • regressions/cox-kmplot-median.svg • regressions/cox-kmplot-quartile.svg > > proc.time() user system elapsed 25.43 2.67 28.28