Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix resolve_delayed #252

Merged
merged 3 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Depends:
goshawk (>= 0.1.15),
R (>= 3.6),
shiny,
teal (>= 0.14.0.9027)
teal (>= 0.14.0.9027),
teal.transform (>= 0.4.0.9011)
Imports:
checkmate,
colourpicker,
Expand All @@ -47,7 +48,6 @@ Imports:
teal.code (>= 0.4.1.9009),
teal.logger (>= 0.1.1),
teal.reporter (>= 0.2.0),
teal.transform (>= 0.4.0.9011),
teal.widgets (>= 0.4.0),
tidyr
Suggests:
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export(tm_g_gh_spaghettiplot)
import(goshawk)
import(shiny)
import(teal)
import(teal.transform)
importFrom(ggplot2,ggplot)
importFrom(rlang,.data)
importFrom(rlang,sym)
Expand Down
1 change: 1 addition & 0 deletions R/teal_goshawk.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' @import goshawk
#' @import shiny
#' @import teal
#' @import teal.transform
#' @importFrom ggplot2 ggplot
#' @importFrom rlang .data sym
#' @importFrom teal.transform choices_selected
Expand Down