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

### Feature description Objective: Update the `TealAppDriver` class to improve its functionality with Multi-Assay Experiment `(MAE`) objects, focusing on extending existing capabilities and introducing new methods specifically for adding, setting,...

enhancement

Companion to https://github.com/insightsengineering/teal/pull/1011 1. Add new vignette that explains bookmarking. - explain that `teal` bookmarks `teal` and modules bookmark themselves - explain the `teal_bookmarkable` attribute of modules - use [this...

documentation
core

Companion to https://github.com/insightsengineering/teal/pull/1011 `teal` bookmarks are duped to files stored on the server ([literature](https://shiny.posit.co/r/articles/share/bookmarking-state/)). The state itself is negligibly small (a few kilobytes) but report cards can run into dozens...

core
research

### Changes description: - Small UI suggestion: - Adds a copy to clipboard button - Reuses JS from `teal.widgets` - Use `tags$...` prefix for `div` calls ![image](https://github.com/insightsengineering/teal/assets/211358/01315df2-e6a4-4aca-a623-d5d60a8c93ee) ![image](https://github.com/insightsengineering/teal/assets/211358/9b5fa9d1-8087-4da1-abce-ea6c673156ce) #### Addition...

core

Companion to https://github.com/insightsengineering/teal/pull/1011 As a rule, all buttons should be excluded from bookmarking. At the beginning of the module server function add `shiny::setBookmarkExclude(c("", ""))` to register exclusions. Note that consecutive...

core

Companion to https://github.com/insightsengineering/teal/pull/1011 Check every module for the ability to restore input states in bookmarked application. `teal:::bookmarks_identical` may be helpful. Every module constructor function must add `teal_bookmarkable` attribute to the...

core
blocked

### Feature description Three things to extend: 1. Warnings coming from the app code does not invoke a warning in the test 2. Options are not passed by default 3....

enhancement
core

### Feature description Consider two workflow cases below 1. Original dataset -> filter data via teal filter panel -> _**perform additional data processing, data manipulation, or calculation based on the...

enhancement
core

### Feature description When we work in a GxP environment most of the clinical data would be lying on the server and data is not shared between systems or downloaded...

enhancement
core

### What happened? Linking to https://github.com/insightsengineering/teal/issues/950 @averissimo @chlebowa @pawelru Here are conclusions from the meeting: 1. we will not append `library` calls in the top of SRC based on `sessionInfo`....

bug
core