From 263a6150fa7d4d82502adc864112f1f1e1c57a21 Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Fri, 11 Aug 2023 13:54:52 -0700 Subject: [PATCH 1/2] release 0.1.5 [skip vbump] [skip spelling] --- DESCRIPTION | 12 ++++++------ NEWS.md | 13 ++++++++----- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9ca420c7..77afb798 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.13.0.9027) Imports: checkmate, DT, @@ -47,10 +47,10 @@ Imports: stats, stringr, SummarizedExperiment, - teal.data (>= 0.1.2), + teal.data (>= 0.2.0.9007), teal.logger (>= 0.1.1), - teal.reporter (>= 0.1.1), - teal.widgets (>= 0.2.0), + teal.reporter (>= 0.1.1.9020), + teal.widgets (>= 0.3.0.9010), 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. From de24914058b78f23d2684cc491573a85c1621bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Ka=C5=82=C4=99dkowski?= Date: Mon, 14 Aug 2023 10:52:09 +0200 Subject: [PATCH 2/2] update dependencies --- DESCRIPTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 77afb798..b329e501 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -30,7 +30,7 @@ Depends: ggplot2, R (>= 3.6), shiny, - teal (>= 0.13.0.9027) + teal (>= 0.14.0) Imports: checkmate, DT, @@ -47,10 +47,10 @@ Imports: stats, stringr, SummarizedExperiment, - teal.data (>= 0.2.0.9007), + teal.data (>= 0.3.0), teal.logger (>= 0.1.1), - teal.reporter (>= 0.1.1.9020), - teal.widgets (>= 0.3.0.9010), + teal.reporter (>= 0.2.0), + teal.widgets (>= 0.4.0), tern (>= 0.7.10) Suggests: BiocStyle,