diff --git a/DESCRIPTION b/DESCRIPTION index 98cd26c7..e4b80cb7 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.6.9012 -Date: 2024-04-29 +Version: 0.1.6.9013 +Date: 2024-04-30 Authors@R: c( person("Daniel", "Sabanés Bové", , "daniel.sabanes_bove@roche.com", role = c("aut", "cre")), person("Nikolas", "Burkoff", role = "aut"), @@ -29,25 +29,25 @@ URL: https://insightsengineering.github.io/teal.modules.hermes/, BugReports: https://github.com/insightsengineering/teal.modules.hermes/issues Depends: - ggplot2, R (>= 4.1), + ggplot2, shiny, teal (>= 0.15.0) Imports: - checkmate, DT, + MultiAssayExperiment, + S4Vectors, + SummarizedExperiment, + checkmate, edgeR, forcats, hermes (>= 1.7.1), lifecycle, - MultiAssayExperiment, rtables (>= 0.5.1), - S4Vectors, shinyRadioMatrix (>= 0.2.1), shinyWidgets, stats, stringr, - SummarizedExperiment, teal.data (>= 0.3.0.9018), teal.logger (>= 0.1.3.9013), teal.reporter (>= 0.2.0), @@ -56,13 +56,13 @@ Imports: utils Suggests: BiocStyle, + R6, covr, dplyr, globals, knitr, logger (>= 0.2.0), matrixStats, - R6, rmarkdown, rvest, shinytest2 (>= 0.2.0), @@ -71,7 +71,6 @@ VignetteBuilder: knitr RdMacros: lifecycle -biocViews: Config/Needs/website: insightsengineering/nesttemplate Config/testthat/edition: 3 Encoding: UTF-8 @@ -79,3 +78,4 @@ Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 +biocViews: diff --git a/NEWS.md b/NEWS.md index 9d08b0eb..fdbfb941 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.hermes 0.1.6.9012 +# teal.modules.hermes 0.1.6.9013 ### Miscellaneous * Added placeholders for `assaySpec`, `adtteSpec` and `geneSpec` inputs when no option is selected.