Skip to content

Commit

Permalink
Merge branch 'main' into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Aug 29, 2024
2 parents 84355c2 + 1dc4bbb commit 27d7fd3
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 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.6.9019
Date: 2024-08-22
Version: 0.1.6.9020
Date: 2024-08-29
Authors@R: c(
person("Daniel", "Sabanés Bové", , "[email protected]", role = c("aut", "cre")),
person("Nikolas", "Burkoff", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.modules.hermes 0.1.6.9019
# teal.modules.hermes 0.1.6.9020

### Miscellaneous
* Added placeholders for `assaySpec`, `adtteSpec` and `geneSpec` inputs when no option is selected.
Expand Down
3 changes: 3 additions & 0 deletions R/adtteSpec.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#'
#' @export
#' @examples
#' library(dplyr)
#' mae <- hermes::multi_assay_experiment
#' adtte <- teal.modules.hermes::rADTTE %>%
#' dplyr::mutate(CNSR = as.logical(CNSR))
Expand Down Expand Up @@ -148,6 +149,8 @@ adtteSpecInput <- function(inputId, # nolint
#' @export
#'
#' @examples
#' library(dplyr)
#'
#' ui <- function(id) {
#' ns <- NS(id)
#'
Expand Down
2 changes: 2 additions & 0 deletions R/forestplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#' @export
#'
#' @examples
#' library(dplyr)
#'
#' data <- teal_data()
#' data <- within(data, {
#' ADTTE <- teal.modules.hermes::rADTTE %>%
Expand Down
2 changes: 2 additions & 0 deletions R/km.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#' @export
#'
#' @examples
#' library(dplyr)
#'
#' data <- teal_data()
#' data <- within(data, {
#' ADTTE <- teal.modules.hermes::rADTTE %>%
Expand Down
2 changes: 2 additions & 0 deletions man/adtteSpecServer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/h_km_mae_to_adtte.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/tm_g_forest_tte.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/tm_g_km.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27d7fd3

Please sign in to comment.