R Under development (unstable) (2025-08-28 r88733 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(crane) Loading required package: gtsummary Attaching package: 'gtsummary' The following object is masked from 'package:testthat': matches > > test_check("crane") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 37 | PASS 53 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-add_hierarchical_count_row.R:21:3', 'test-add_hierarchical_count_row.R:55:3', 'test-add_blank_rows.R:75:3', 'test-add_blank_rows.R:100:3', 'test-modify_zero_recode.R:3:3', 'test-tbl_hierarchical_rate_and_count.R:1:1', 'test-tbl_hierarchical_rate_by_grade.R:1:1', 'test-tbl_listing.R:7:3', 'test-tbl_listing.R:17:3', 'test-tbl_listing.R:35:3', 'test-tbl_listing.R:46:3', 'test-tbl_listing.R:61:3', 'test-tbl_listing.R:74:3', 'test-tbl_listing.R:93:3', 'test-tbl_roche_summary.R:41:3', 'test-tbl_shift.R:28:3', 'test-tbl_shift.R:48:3', 'test-tbl_shift.R:67:3', 'test-tbl_shift.R:96:3', 'test-tbl_shift.R:119:3', 'test-tbl_shift.R:168:3', 'test-tbl_survfit_quantiles.R:13:3', 'test-tbl_survfit_quantiles.R:55:3', 'test-tbl_survfit_quantiles.R:75:3', 'test-tbl_survfit_quantiles.R:111:3', 'test-tbl_baseline_chg.R:23:3', 'test-tbl_baseline_chg.R:37:3', 'test-tbl_baseline_chg.R:54:3', 'test-tbl_baseline_chg.R:61:3', 'test-tbl_baseline_chg.R:128:3', 'test-tbl_baseline_chg.R:143:3', 'test-tbl_baseline_chg.R:165:3', 'test-tbl_survfit_times.R:14:3', 'test-tbl_survfit_times.R:59:3', 'test-tbl_survfit_times.R:81:3', 'test-theme_gtsummary_roche.R:3:3', 'test-theme_gtsummary_roche.R:17:3' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 53 ] > > proc.time() user system elapsed 1.62 0.32 38.57