Skip to content

Commit

Permalink
add library (#389)
Browse files Browse the repository at this point in the history
an example was failing because %>% was not imported.

thank you for the review

---------

Co-authored-by: Pawel Rucki <[email protected]>
  • Loading branch information
BFalquet and pawelru authored Aug 29, 2024
1 parent f3dae3c commit ec4b972
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
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 ec4b972

Please sign in to comment.