teal
teal copied to clipboard
Exploratory Web Apps for Analyzing Clinical Trial Data
### What happened? When `data` contains a function, a warning is logged when running `init`: ``` [WARN] 2024-09-26 11:08:10.5918 pid:6800 token:[] teal In 'rlang::hash(list(data = data, modules = modules))': 'package:teal'...
### Summary We currently have an article on how to create custom teal module [here](https://insightsengineering.github.io/teal/latest-tag/articles/creating-custom-modules.html). However, I’m still receiving feedback from internal users about the difficulty in understanding the content...
### Feature description App which receives unverified data acts as normal. App user should be warn that the code is not reproducible. What should we do? - display yellow warning...
### What is your question? Issue after merging https://github.com/insightsengineering/teal/pull/1334 Simplification of the `module$datanames` field reduced complexity in `teal` internal code. Simplification means that if when calling `module()` function with (module)...
reorg inside `ui_teal()` and `srv_teal()` so that we have: - better readability - better separation on concerns - easier extendability - other Initially I started with three sections within a...
### Feature description Description: I am a developer on the Data Quality Oversight Tool (DQOT) and we are requesting an option to hide the "Snapshot Manager" and "Global Filters" buttons...
Companion to - [teal.modules.general/report_redesign_poc@main](https://github.com/insightsengineering/teal.modules.general/tree/report_redesign_poc%40main) - [teal.reporter/redesign@main](https://github.com/insightsengineering/teal.reporter/tree/redesign%40main) Code examples of dealing with reporter ```r devtools::load_all("../teal.reporter") devtools::load_all(".") # DISABLE teal.reporter::Reporter globally app
### Feature description From this comment: https://github.com/insightsengineering/teal/pull/1499#discussion_r2060942233 For the 3 icons of bookmarking, snapshot manager and filter manager, to be honest I do not think those are being used frequently...
### Feature description Continuation of #1351 We need to finalize all outstanding UI/UX work and prepare for release. ### Related Tasks: * https://github.com/insightsengineering/teal/issues/1520 * https://github.com/insightsengineering/teal/issues/534 * https://github.com/insightsengineering/teal.transform/issues/250 * https://github.com/insightsengineering/coredev-tasks/issues/589 *...