From b83236e63397a372c40c24395bc48a8471679318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Ka=C5=82=C4=99dkowski?= <6959016+gogonzo@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:48:37 +0100 Subject: [PATCH] fix resolve_delayed (#909) part of https://github.com/insightsengineering/teal.transform/issues/111 --- DESCRIPTION | 2 +- NAMESPACE | 1 + R/teal.modules.clinical.R | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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