From dea5fc32785b7c5f1351dcba21b2648672c4c1a9 Mon Sep 17 00:00:00 2001 From: "Bingjun (Benjamin) Wang" Date: Wed, 12 Aug 2026 14:17:12 -0700 Subject: [PATCH 1/2] replace summarise with reframe --- R/tm_missing_data.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tm_missing_data.R b/R/tm_missing_data.R index c175d073e..fbc96493c 100644 --- a/R/tm_missing_data.R +++ b/R/tm_missing_data.R @@ -1322,7 +1322,7 @@ srv_missing_data <- function(id, # order columns by decreasing percent of missing values ordered_columns <- summary_plot_patients %>% dplyr::select(-"id", -dplyr::all_of(parent_keys)) %>% - dplyr::summarise( + dplyr::reframe( column = create_cols_labels(colnames(.)), na_count = apply(., MARGIN = 2, FUN = sum), na_percent = na_count / nrow(.) * 100 From 87ffed3913262143bf12edc62defcaf17c97e0ba Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:24:28 +0000 Subject: [PATCH 2/2] [skip roxygen] [skip vbump] Roxygen Man Pages Auto Update --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 715b97a1a..35980d0a5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -106,7 +106,7 @@ Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2, tidyverse/rvest, htmlwidgets/sparkline, rstudio/shinytest2, r-lib/testthat, r-lib/withr Config/Needs/website: insightsengineering/nesttemplate -Config/roxygen2/version: 8.0.0 +Config/roxygen2/version: 8.1.0 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE, packages = c("roxy.shinylive"))