Skip to content

Commit

Permalink
release 0.1.5 [skip vbump] [skip spelling] (#327)
Browse files Browse the repository at this point in the history
Releasing 0.1.5

Linking with:
insightsengineering/nestdevs-tasks#25

---------

Co-authored-by: Dawid Kałędkowski <[email protected]>
  • Loading branch information
donyunardi and gogonzo authored Aug 14, 2023
1 parent e5b7b62 commit 670a66f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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é", , "[email protected]", role = c("aut", "cre")),
person("Nikolas", "Burkoff", role = "aut"),
Expand Down Expand Up @@ -30,7 +30,7 @@ Depends:
ggplot2,
R (>= 3.6),
shiny,
teal (>= 0.12.0)
teal (>= 0.14.0)
Imports:
checkmate,
DT,
Expand All @@ -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,
Expand Down
13 changes: 8 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 670a66f

Please sign in to comment.