Skip to content

Commit

Permalink
fix resolve_delayed (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo authored Dec 13, 2023
1 parent 13c3119 commit b83236e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions R/teal.modules.clinical.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b83236e

Please sign in to comment.