Marcin
Marcin
Alternative approach for https://github.com/daroczig/logger/pull/154 # Usage in tests We enhanced `log_shiny_input_changes` so that it uses `session` object. This allows to detect if we are in the Mocked Shiny session -...
Fixes the top part of https://github.com/insightsengineering/teal/issues/1299 The current behavior raised a warning that datanames are not sufficient based on comparison of `data@datanames` and `modules$datanames`. This now have a new condition...
Assuming https://github.com/insightsengineering/teal/issues/1298 is done and transformers have `$datanames` in the output, this PR satisfies the notes in https://github.com/insightsengineering/teal/issues/1299
A nice to have - initially started in here https://github.com/insightsengineering/teal/pull/1292#pullrequestreview-2222681641
Currently `magrittr` pipe is reexported https://github.com/insightsengineering/teal/blob/f0e3969141abb97587e696dbb8a57ad081949173/R/teal.R#L14 The motivation for that is probably for the users to be able to use pipe, after teal is attached. Should we use `%>%` in...
A follow-up after introduction of the lockfile in here https://github.com/insightsengineering/teal/pull/1232 Idea started in here > So far the whole reproducibility info was displayed in the modal with the module reproducibility...
### What happened? Initially stated in here https://github.com/insightsengineering/teal/issues/1225#issuecomment-2135229142 > Please note that when using teal_with_splash to embed a teal app in a shiny app, it is impossible to properly use...
Most of the plots had the same namespace name called `myplot`. The same for tables, that are called `tables`. It would be great to unify so they are all the...
As discussed, the note would be helpful in the `teal_data_module` constructor's vignette https://github.com/insightsengineering/teal/issues/1303 @donyunardi assigning you for the review as you said yesterday you might have a look at this...
Development version of `ggplot2` no longer has a function called `is.waive`. It was renamed to `is.waiver` in this PR and is now exported https://github.com/tidyverse/ggplot2/pull/6173