CRAN Package Check Results for Package gtsummary

Last updated on 2025-02-06 19:49:24 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.4 16.43 401.25 417.68 OK
r-devel-linux-x86_64-debian-gcc 2.0.4 12.75 264.90 277.65 OK
r-devel-linux-x86_64-fedora-clang 2.0.4 558.52 ERROR
r-devel-linux-x86_64-fedora-gcc 2.0.4 708.44 OK
r-devel-windows-x86_64 2.0.4 19.00 374.00 393.00 OK
r-patched-linux-x86_64 2.0.4 21.82 376.38 398.20 OK
r-release-linux-x86_64 2.0.4 15.96 376.34 392.30 OK
r-release-macos-arm64 2.0.4 156.00 OK
r-release-macos-x86_64 2.0.4 212.00 OK
r-release-windows-x86_64 2.0.4 21.00 359.00 380.00 OK
r-oldrel-macos-arm64 2.0.4 165.00 OK
r-oldrel-macos-x86_64 2.0.4 262.00 OK
r-oldrel-windows-x86_64 2.0.4 26.00 509.00 535.00 OK

Check Details

Version: 2.0.4
Check: examples
Result: ERROR Running examples in ‘gtsummary-Ex.R’ failed The error most likely occurred in: > ### Name: plot > ### Title: Plot Regression Coefficients > ### Aliases: plot plot.tbl_regression plot.tbl_uvregression > > ### ** Examples > > ## Don't show: > if (gtsummary:::is_pkg_installed("ggstats")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + glm(response ~ marker + grade, trial, family = binomial) |> + tbl_regression( + add_estimate_to_reference_rows = TRUE, + exponentiate = TRUE + ) |> + plot() + ## Don't show: + }) # examplesIf > plot(tbl_regression(glm(response ~ marker + grade, trial, family = binomial), + add_estimate_to_reference_rows = TRUE, exponentiate = TRUE)) Execution halted Flavor: r-devel-linux-x86_64-fedora-clang