Last updated on 2025-12-11 07:49:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 6.37 | 331.79 | 338.16 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 4.30 | 222.40 | 226.70 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 15.00 | 520.83 | 535.83 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 13.00 | 487.39 | 500.39 | OK | |
| r-devel-windows-x86_64 | 0.3.0 | 8.00 | 190.00 | 198.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 7.19 | 314.89 | 322.08 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 5.87 | 286.69 | 292.56 | ERROR | |
| r-release-macos-arm64 | 0.3.0 | 1.00 | 43.00 | 44.00 | OK | |
| r-release-macos-x86_64 | 0.3.0 | 6.00 | 208.00 | 214.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 8.00 | 174.00 | 182.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | 1.00 | 46.00 | 47.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.0 | 6.00 | 249.00 | 255.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 10.00 | 262.00 | 272.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [210s/110s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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
>
> test_check("crane")
Starting 2 test processes.
> test-tbl_baseline_chg.R: The number rows in the tables to be merged do not match, which may result in rows appearing out of order.
> test-tbl_baseline_chg.R: i See `tbl_merge()` (`?gtsummary::tbl_merge()`) help file for details. Use `quiet=TRUE` to silence message.
> test-tbl_shift.R: i Converting column "ATOXGRH" to a factor.
> test-tbl_baseline_chg.R: The number rows in the tables to be merged do not match, which may result in rows appearing out of order.
> test-tbl_baseline_chg.R: i See `tbl_merge()` (`?gtsummary::tbl_merge()`) help file for details. Use `quiet=TRUE` to silence message.
Saving _problems/test-tbl_baseline_chg-22.R
Saving _problems/test-tbl_baseline_chg-36.R
Saving _problems/test-tbl_baseline_chg-53.R
[ FAIL 3 | WARN 0 | SKIP 37 | PASS 60 ]
══ Skipped tests (37) ══════════════════════════════════════════════════════════
• On CRAN (37): 'test-add_hierarchical_count_row.R:1:1',
'test-add_hierarchical_count_row.R:37:1', 'test-add_blank_rows.R:73:1',
'test-add_blank_rows.R:99:1', 'test-modify_zero_recode.R:1:1',
'test-tbl_hierarchical_rate_and_count.R:1:1',
'test-tbl_hierarchical_rate_by_grade.R:1:1', 'test-tbl_listing.R:6:1',
'test-tbl_listing.R:12:1', 'test-tbl_listing.R:21:1',
'test-tbl_listing.R:40:1', 'test-tbl_listing.R:51:1',
'test-tbl_listing.R:66:1', 'test-tbl_listing.R:79:1',
'test-tbl_roche_summary.R:14:1', 'test-tbl_shift.R:14:1',
'test-tbl_shift.R:44:1', 'test-tbl_shift.R:63:1', 'test-tbl_shift.R:80:1',
'test-tbl_shift.R:115:1', 'test-tbl_shift.R:150:1',
'test-tbl_baseline_chg.R:12:1', 'test-tbl_baseline_chg.R:26:1',
'test-tbl_baseline_chg.R:40:1', 'test-tbl_baseline_chg.R:57:1',
'test-tbl_baseline_chg.R:88:1', 'test-tbl_baseline_chg.R:139:1',
'test-tbl_baseline_chg.R:154:1', 'test-tbl_survfit_times.R:3:1',
'test-tbl_survfit_times.R:57:1', 'test-tbl_survfit_times.R:79:1',
'test-tbl_survfit_quantiles.R:3:1', 'test-tbl_survfit_quantiles.R:53:1',
'test-tbl_survfit_quantiles.R:73:1', 'test-tbl_survfit_quantiles.R:109:1',
'test-theme_gtsummary_roche.R:1:1', 'test-theme_gtsummary_roche.R:8:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-tbl_baseline_chg.R:14:3'): tbl_baseline_chg() works ──────────
Expected `... <- NULL` to run silently.
Actual noise: messages.
── Failure ('test-tbl_baseline_chg.R:29:3'): tbl_baseline_chg() works with no `by` variable ──
Expected `... <- NULL` to run silently.
Actual noise: messages.
── Failure ('test-tbl_baseline_chg.R:44:3'): add_overall.tbl_baseline_chg() works ──
Expected `... <- NULL` to run silently.
Actual noise: messages.
[ FAIL 3 | WARN 0 | SKIP 37 | PASS 60 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.