diff --git a/DESCRIPTION b/DESCRIPTION index 9ca420c7..b329e501 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal.modules.hermes Title: RNA-Seq Analysis Modules to Add to a Teal Application -Version: 0.1.4.9018 -Date: 2023-08-10 +Version: 0.1.5 +Date: 2023-08-11 Authors@R: c( person("Daniel", "Sabanés Bové", , "daniel.sabanes_bove@roche.com", role = c("aut", "cre")), person("Nikolas", "Burkoff", role = "aut"), @@ -30,7 +30,7 @@ Depends: ggplot2, R (>= 3.6), shiny, - teal (>= 0.12.0) + teal (>= 0.14.0) Imports: checkmate, DT, @@ -47,10 +47,10 @@ Imports: stats, stringr, SummarizedExperiment, - teal.data (>= 0.1.2), + teal.data (>= 0.3.0), teal.logger (>= 0.1.1), - teal.reporter (>= 0.1.1), - teal.widgets (>= 0.2.0), + teal.reporter (>= 0.2.0), + teal.widgets (>= 0.4.0), tern (>= 0.7.10) Suggests: BiocStyle, diff --git a/NEWS.md b/NEWS.md index 950d2fea..6a3a1ff8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,20 +1,23 @@ -# teal.modules.hermes 0.1.4.9018 - -* Removed `scda` from dependencies. +# teal.modules.hermes 0.1.5 ### Bug Fixes * Filtering data with the filter panel now correctly triggers the `sampleVarSpecModule`. ### Breaking changes - * Replaced `datasets` argument containing `FilteredData` with the new arguments `data` (`tdata` object) and `filter_panel_api` (`FilterPanelAPI`). +### Miscellaneous +* Removed `scda` from dependencies. +* Migrate to `shinytest2`. + # teal.modules.hermes 0.1.4 +* Added the `teal.reporter` functionality to all modules. +* Add installation instruction + # teal.modules.hermes 0.1.3 * Improve the selection of sample variables in the forest module (`tm_g_forest_tte`) such that only categorical variables can be selected in the first place. -* Added the `teal.reporter` functionality to all modules. ### Miscellaneous * Added a template to the `pkgdown` site.