updated dependencies

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-29 14:35:14 +01:00
parent 3ce9902170
commit 0c9c5d33a6
No known key found for this signature in database
3 changed files with 3 additions and 17 deletions

View file

@ -34,7 +34,8 @@ Imports:
ggiraph,
qqplotr,
see,
patchwork
patchwork,
easystats
Suggests:
styler,
devtools,

View file

@ -202,18 +202,3 @@ regression_model_uv <- function(data,
return(out)
}
#' Easy saving png
#'
#' @param data plot
#' @param ... passed to 'png()'
#' @param filename filename
#'
#' @return NULL
#' @export
#'
save_png <- function(data, filename,...) {
png(filename = filename,...)
data
dev.off()
}

View file

@ -49,7 +49,7 @@ gtsummary::trial |>
formula.str = "{outcome.str}~.",
args.list = NULL
)
ls <- gtsummary::trial |> regression_model(
gtsummary::trial |> regression_model(
outcome.str = "trt",
auto.mode = FALSE,
fun = "stats::glm",