teal
teal copied to clipboard
Exploratory Web Apps for Analyzing Clinical Trial Data
### What happened? `data` as reactive passed to `srv_teal` is not validated (only teal_data_module is) This happens - no error messages, only log entry that `Reactive data failed` app ```r...
A nice to have - initially started in here https://github.com/insightsengineering/teal/pull/1292#pullrequestreview-2222681641
### Feature description User request: > Can the output panel we displayed as a separate layer so that it remains in position while we scroll down a long encoding panel...
### Feature description WIP description case included: - create ANL in teal_transform_module and `tm_xy(x = , y = )`
Currently `magrittr` pipe is reexported https://github.com/insightsengineering/teal/blob/f0e3969141abb97587e696dbb8a57ad081949173/R/teal.R#L14 The motivation for that is probably for the users to be able to use pipe, after teal is attached. Should we use `%>%` in...
### What happened? After creating an app with `init`, a `future`-related warning is raised whn evaluating another expression after a while, but not immediately. Most liekly when the `teal_app.lock` file...
A follow-up after introduction of the lockfile in here https://github.com/insightsengineering/teal/pull/1232 Idea started in here > So far the whole reproducibility info was displayed in the modal with the module reproducibility...
### What is your question? There are plenty of buttons in a `teal` app. Some of them react to theme changes, while others maintain their style regardless of theme. #####...
### Feature description When cumulating code in the `qenv` we would like to group the code elements so that we can divide them in relevant code-chunks in the reporter. Currently,...
### What happened? Initially stated in here https://github.com/insightsengineering/teal/issues/1225#issuecomment-2135229142 > Please note that when using teal_with_splash to embed a teal app in a shiny app, it is impossible to properly use...