-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
insightsengineering/teal.data
#223Labels
Description
Warnings from get_code_dependency appear in console when the app starts and when a module is first viewed.
Warning in teal.data:::get_code_dependency(attr(datasets, "preprocessing_code"), :
Objects not found in 'qenv' environment: IRIS, NPK
Possibly related to data and module triggers.
triggers.mp4
example app on @refactor branch
devtools::load_all("../teal.transform")
devtools::load_all("../teal.data")
devtools::load_all("../teal.slice")
devtools::load_all("../teal")
app <- init(
data = teal_data(IRIS = iris, NPK = npk),
modules = modules(
example_module(label = "example 1"),
example_module(label = "example 2")
)
)
runApp(app)