Lluís Revilla

Results 10 issues of Lluís Revilla

# Pull Request Fixes #1404 Converted the README.md to README.Rmd to be able to genereate a shinylive of the example app. The space modifications are automatically but I just made...

core

### What happened? I want to select one variable from the ADTTE but instead the ADSL dataset is used: ![Image](https://github.com/user-attachments/assets/eaf1a8a4-86bc-4d70-968d-6cf1aed96284) This happens because it is hardcoded on: https://github.com/insightsengineering/teal.modules.clinical/blob/ea4d95bdf3e4fecd535de1e5dd23086744a27020/R/tm_g_km.R#L426-L434 This is...

bug
core
sme

In relation to `tm_t_exposure` module: > is it possible to add an option to prune the table? a check box? > > by default, prune table _Originally posted by @shajoezhu...

core
sme

### What happened? One user complained that teal modules don't handle well NAs. After some exploration it was shown that `analyze_vars()` can remove NAs correctly and there was some problem...

bug

### What is your question? This issue documents discussions about how teal should work around modifications to modules. It grow up from #1597. ## Need App developers might want to...

question
core

This link on `within` instead of pointing to `base::within` points to the same help page as it too has the `within` alias. https://github.com/insightsengineering/teal/blob/fa47a1c564e1e9992472de75b6e484c6900938e3/man/teal_data_module.Rd#L44 This requires changing this line: https://github.com/insightsengineering/teal/blob/fa47a1c564e1e9992472de75b6e484c6900938e3/R/teal_data_module-within.R#L9

documentation
core

### What happened? We need to test without `testthat::skip("chromium")` on all shinytest2 tests. Remove all [skips instructions](https://github.com/search?q=repo%3Ainsightsengineering%2Fteal.modules.clinical%20testthat%3A%3Askip(%22chromium%22)%20path%3Atests%2Ftestthat%2F*.R&type=code) and make sure that test pass ### sessionInfo() ```R ``` ### Relevant log...

bug
core

### What happened? While checking for reproducibility of module's R code I realized we are using datasets in the examples that are only on the package. If the code in...

bug
core

When importing some parameter documentation from a shared entry if there is one missing the documentation is not added (and user is not warned!) See the following example with `gtsummary::tbl_summary`...

Hi, Thanks for sharing this package and maintaining it! I'm not sure how it happens but it seems that the package can't be installed on CRAN. This is the first...