teal
teal copied to clipboard
Exploratory Web Apps for Analyzing Clinical Trial Data
### Feature description The app object created using the `init` function is a list of UI and Server functions. It will be nice to have a print method for this...
There are no `shinytest2` tests yet for `teal_transform_module`. The only ones are added for the decorator use case in this PR https://github.com/insightsengineering/teal/pull/1357
### What is your question? When missing data is passed to the application we need to show the warning somewhere. When data is loaded from `teal_data_module`, then the warnings about...
Instead of exposing `reporter` argument in the `module` and appending reporter `card` to the `reporter` object (via `simple_reporter_srv`), we can just return reporter card from the module, which automatically will...
I think summary table can be improved a little by indenting child datasets. | Current | Desired | | -------- | ------- | | |  |
Currently, the `teal_data_module` and `teal_transform_module` just prints the UI and Server functions and the attributes when we print them. It will be nice if we can format this to showcase...
### What happened? Possible Edge case: - App developer uses object in pre-processing - Such as a function - `datanames ≠ "all"` (is **NOT** set to `all`) - 🔴 Data...
Blocked by https://github.com/insightsengineering/teal/issues/1368 - Assign yourself to a single module by adding your name next to the item. - add the decorator functionality to the module and update relevant documentation...
### What is your question? I've explored teal pretty deeply and was looking for clarification of the delayed data loading approach illustrated by the delayed gallery code: https://github.com/insightsengineering/teal.gallery/blob/main/delayed-data/app.R. While this...
### What happened? When an app has many modules containing predefined filters, the **Filter Manager** pop-up grows beyond the viewport and becomes difficult to use — parts of the UI...