diff --git a/DESCRIPTION b/DESCRIPTION index f67ba373a9..d5a05a02a0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -27,6 +27,7 @@ BugReports: Depends: R (>= 4.0), teal (>= 0.14.0.9027), + teal.transform (>= 0.4.0.9011), tern (>= 0.9.2.9017) Imports: assertthat, @@ -57,7 +58,6 @@ Imports: teal.data (>= 0.3.0.9018), teal.logger (>= 0.1.1), teal.reporter (>= 0.2.1), - teal.transform (>= 0.4.0.9011), teal.widgets (>= 0.4.0), tern.gee (>= 0.1.0), tern.mmrm (>= 0.2.1), diff --git a/NAMESPACE b/NAMESPACE index 14061c6ebd..d6c1090a49 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -66,6 +66,7 @@ export(tm_t_summary_by) export(tm_t_tte) import(assertthat) import(teal) +import(teal.transform) import(tern) importFrom(magrittr,"%>%") importFrom(methods,is) diff --git a/R/teal.modules.clinical.R b/R/teal.modules.clinical.R index 9b9be6f503..40056dbe29 100644 --- a/R/teal.modules.clinical.R +++ b/R/teal.modules.clinical.R @@ -4,6 +4,7 @@ #' The teal modules add an encoding panel to interactively change the encodings within teal. #' #' @import teal +#' @import teal.transform #' @import tern #' @importFrom magrittr %>% #' @importFrom methods is