Marcin
Marcin
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`
> THIS HAPPENS FOR Visualizations PANEL AS WELL https://github.com/insightsengineering/teal.modules.clinical/assets/133694481/f5c2d5fc-aff3-41dd-aacb-3ad8f20bc71b I am using https://genentech.shinyapps.io/nest_longitudinal_main/ (Demographic tab). This is the last state of the code that created the app the day I...
Once this PR https://github.com/daroczig/logger/pull/155 is merged and released, we can freely remove `if (shiny::isRunning()) ` conditions included before `logger::log_shiny_input_change` (introduced in https://github.com/insightsengineering/teal.modules.clinical/pull/1182)
This has been done in other teal packages. e.g. teal.transform, just before the release
There are parameters in many functions that do not have assertions using `{checkmate}`. Take a look and review if all parameter types are verified. Initially discussed in here https://github.com/insightsengineering/teal.modules.clinical/pull/1046#discussion_r1482622110 by...
### Feature description Multiple users requested such feature, in which those lines in `tm_t_events_summary()` ```r layout_parent_list % count_values( dcsreas_var, values = "ADVERSE EVENT", .labels = c(count_fraction = "Total number of...
This is zoom 100% on Google Chrome
This line https://github.com/insightsengineering/teal.gallery/blob/dev/early-dev/app.R#L234 ```r "This app uses CDISC ADaM datasets randomly generated by `scda` & `scda.2022` R packages" ``` Looks weird, when displayed in the app https://genentech.shinyapps.io/nest_early-dev_dev/ Maybe we can...
Fixes https://github.com/insightsengineering/coredev-tasks/issues/479
Fixes https://github.com/insightsengineering/coredev-tasks/issues/479 Alternative for https://github.com/insightsengineering/teal/pull/1224 This PR includes new imports - `{renv}` - so that we can use a function that creates a `.lockfile` for future reproducibility - `{future}` -...