Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.1.5 [skip vbump] [skip spelling] #327

Merged
merged 2 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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