Skip to content

Commit

Permalink
fix: adds stats prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Dec 17, 2024
1 parent 19e8752 commit 9c4612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_a_mmrm.R
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ srv_mmrm <- function(id,
decorated_objs_q <- c(
decorated_tables_q,
lapply(
setNames(nm = c("lsmeans_plot", "diagnostic_plot")),
stats::setNames(nm = c("lsmeans_plot", "diagnostic_plot")),
function(output_function) {
srv_decorate_teal_data(
id = sprintf("d_%s", output_function),
Expand Down

0 comments on commit 9c4612c

Please sign in to comment.