Skip to content

Commit

Permalink
fix resolve_delayed (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo authored Dec 13, 2023
1 parent 076d837 commit 9dca041
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Depends:
R (>= 3.6),
shiny (>= 1.6.0),
shinyTree,
teal (>= 0.14.0.9027)
teal (>= 0.14.0.9027),
teal.transform (>= 0.4.0.9011)
Imports:
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
Expand All @@ -40,7 +41,6 @@ Imports:
teal.logger (>= 0.1.1),
teal.reporter (>= 0.2.0),
teal.slice (>= 0.4.0.9028),
teal.transform (>= 0.4.0.9011),
teal.widgets (>= 0.4.0),
tern (>= 0.7.10),
tibble (>= 2.0.0),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ import(ggplot2)
import(shiny)
import(shinyTree)
import(teal)
import(teal.transform)
importFrom(magrittr,"%>%")
1 change: 1 addition & 0 deletions R/teal.modules.general.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @import shiny
#' @import shinyTree
#' @import teal
#' @import teal.transform
#' @importFrom magrittr %>%
#'
#'
Expand Down

0 comments on commit 9dca041

Please sign in to comment.