teal icon indicating copy to clipboard operation
teal copied to clipboard

Exploratory Web Apps for Analyzing Clinical Trial Data

Results 136 teal issues
Sort by recently updated
recently updated
newest added

Blocked by https://github.com/insightsengineering/teal/issues/669 ### Feature description The filter panel can be toggled but is always displayed on app start. Please allow for the application to start with the filter panel...

enhancement
core
blocked

### What happened? https://insightsengineering.github.io/teal/latest-tag/reference/teal_modules.html This is not true: ``` data (optional) When provided, the module will be called with teal_data object (i.e. a list of reactive (filtered) data specified in...

bug
core

Introduces `TealAppDriver$wait_for_element_stability`

core

# Pull Request Part of https://github.com/insightsengineering/coredev-tasks/issues/546 Necessary bump to overcome a lack of binary on ppm snapshots that causes an error on minimum strategies for `scheduled` workflows.

core

After the release of teal 0.15.3 please hard deprecate `show_rcode_modal`. `inst/js/init.js` should be deleted as it contains javascript code used only in `show_rcode_modal`

question
core

### Feature description Hi, I am in RWDS and appreciate very much using the TEAL4REAL app that Michael Bretscher built for Flatiron RWD analysis. Navi Pal continued on the effort...

enhancement

# Reactive `teal` Check example with "transform modules": ## 1. Transform mechanism Currently in `teal` `reactive-data` object is handed over to the teal_module's server. In the proposed solution, intermediate module...

core

Simplest solution - `teal_module` passes `teal_transform_module` to the `ui` and `srv` through `ui_args` and `server_args`. - In ui and server of `teal_module` "transformers" are executed by `ui/srv_teal_data_module` and `data` is...

fixes https://github.com/insightsengineering/teal/issues/1189 - [x] Adding filter - [x] Setting filter - [x] removing filter

core

### Feature description The Methods' body on the `TealAppDriver` class should be defined as internal function calls to trigger all checks in R CMD check. This would avoid problems such...

enhancement
core