We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb12f5d commit 2cc97e1Copy full SHA for 2cc97e1
tests/testthat/helper-TealAppDriver.R
@@ -39,7 +39,7 @@ simple_cdisc_data <- function(datasets = c("ADSL", "ADRS", "ADTTE")) {
39
40
data <- Reduce(
41
x = datasets,
42
- function(u, x) eval_code(u, sprintf("%1$s <- teal.modules.general::r%1$s", x)),
+ function(u, x) eval_code(u, sprintf("%1$s <- teal.data::r%1$s", x)),
43
init = within(teal.data::teal_data(), require(nestcolor))
44
)
45
0 commit comments