prepare for reactive theming - only setting theme on render
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-05-13 08:48:45 +02:00
commit bc9a895d3b
No known key found for this signature in database
3 changed files with 70 additions and 32 deletions

View file

@ -140,7 +140,7 @@ regression_table_create <- function(x, ..., args.list = NULL, fun = "gtsummary::
}
}
gtsummary::theme_gtsummary_journal(journal = theme)
# gtsummary::theme_gtsummary_journal(journal = theme)
if (inherits(x, "polr")) {
# browser()
out <- do.call(getfun(fun), c(list(x = x), args.list))