Last updated on 2025-02-16 09:50:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.4 | 17.15 | 413.01 | 430.16 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.4 | 10.67 | 265.76 | 276.43 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.4 | 731.01 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.4 | 556.41 | ERROR | |||
r-devel-macos-arm64 | 2.0.4 | 184.00 | OK | |||
r-devel-macos-x86_64 | 2.0.4 | 346.00 | OK | |||
r-devel-windows-x86_64 | 2.0.4 | 17.00 | 363.00 | 380.00 | OK | |
r-patched-linux-x86_64 | 2.0.4 | 19.01 | 378.81 | 397.82 | OK | |
r-release-linux-x86_64 | 2.0.4 | 14.01 | 376.69 | 390.70 | 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 | 360.00 | 381.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 | 481.00 | 507.00 | OK |
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-gcc