-
-
Notifications
You must be signed in to change notification settings - Fork 15
Fixes failing "Add to Report" for modules that have DT
table visualization
#900
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
base: main
Are you sure you want to change the base?
Conversation
DT
table visualization
Unit Tests Summary 1 files 22 suites 1s ⏱️ Results for commit 2802f08. ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: 2802f08 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
@@ -561,7 +561,7 @@ srv_g_bivariate <- function(id, | |||
datasets = data | |||
) | |||
qenv <- reactive( | |||
teal.code::eval_code(data(), 'library("ggplot2");library("dplyr");library("teal.modules.general")') # nolint quotes | |||
teal.code::eval_code(data(), 'library("ggplot2");library("dplyr")') # nolint quotes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor fix that doesn't warrant a unique PR
Pull Request
DataTable
tables #899Changes description
rtables::df_to_tt
to produce report tables (that are decoratable)data
(raw data frame) fromtable
(rtable or DT))