From c2c2c45436652ae70dcacaaf45d6d71c6c50de07 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Tue, 13 Jan 2026 12:28:30 -0500 Subject: [PATCH] Add `id` global --- R/plot_shiny.flcm.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/plot_shiny.flcm.R b/R/plot_shiny.flcm.R index 785fe97..8cf64c4 100644 --- a/R/plot_shiny.flcm.R +++ b/R/plot_shiny.flcm.R @@ -23,6 +23,7 @@ #' @return No object is returned. This function takes in objects of class 'fosr' and outputs a shiny application for that object #utils::globalVariables(c("value", "subj", "covariate")) +utils::globalVariables("id") plot_shiny.flcm = function(obj, xlab = "", ylab="", title = "", ...) {