teal
teal copied to clipboard
Exploratory Web Apps for Analyzing Clinical Trial Data
### Feature description When trying to transform output of the `tm_variable_browser` module instead of the ouptut I just get: "One of the transformators failed. Please check its inputs." , console...
🐻 WIP 🐻: Beware that code may break!! # Pull Request Fixes #1322 Unified validation framework that allows to create re-usable validation modules for `teal` framework as well as in...
# Pull Request Fixes #1511 ### Changes description - Captures errors in `teal_transform_data` on initialization - Which should only be applicable to `decorators` - Error is propagated downstream 🤖 Example...
### Feature description For a brief moment the data load UI is not shown and a glimpse of the modules are shown during init. Ideally, all the tabs should be...
### What happened? When I embed modules from `teal.modules.general` in a shiny app using teal framework as shiny module download report throws an error.  Here is a minimal example:...
### What happened? In 2 different ways after returning to an error state after being in a good one 1. Error messages in decorators are inconsistent - Shown warning for...
Do we want to have an error showing in the decorator's UI? Using the example without `X` and `Y` We might want to add a custom wrapper on `srv_teal_transform_data` that...
/### What is your question? **On this page: https://insightsengineering.github.io/teal/release-candidate/articles/including-data-in-teal-applications.html** Click on `datanames property` and nothing appears to happen. Correct?  **Did you mean something like `bindings` ?** ``` > data...
Companion to https://github.com/insightsengineering/r.pkg.template/pull/274/files Verifies whether new GHA action runs without issues.
### What happened? we use teal_data_module() to present a landing page to our stakeholders where they can select different data cuts to load for an app. looks like this. ...