Skip to content

Commit

Permalink
214 review documentation after chunks->qenv transition (#216)
Browse files Browse the repository at this point in the history
This closes #204 

@gogonzo there is one example that fails - #215 - besides that they all
run fine. There is no `teal.code::chunks` narration exposed in examples
nor vignettes. Also the `teal.code` was already at 0.3.0 so no need to
update DESCRIPTION file. I don't think I am able to resolve #215 even
though I tried a couple of times.
  • Loading branch information
m7pr authored Jul 13, 2023
1 parent a463d71 commit fc77915
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions R/tm_g_swimlane.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#' library(dplyr)
#' library(nestcolor)
#'
#' ADSL <- rADSL
#' ADRS <- rADRS
#' ADSL <- osprey::rADSL
#' ADRS <- osprey::rADRS
#'
#' ADRS <- ADRS %>%
#' dplyr::filter(PARAMCD == "LSTASDI" & DCSREAS == "Death") %>%
Expand Down Expand Up @@ -71,7 +71,7 @@
#' ),
#' bar_color_var = teal.transform::choices_selected(
#' selected = "EOSSTT",
#' choices = c("EOSSTT", "ARM", "ARMCD", "ACTARM", "ACTARMCD", "AGEGR1", "SEX")
#' choices = c("EOSSTT", "ARM", "ARMCD", "ACTARM", "ACTARMCD", "SEX")
#' ),
#' sort_var = teal.transform::choices_selected(
#' selected = "ACTARMCD",
Expand Down
6 changes: 3 additions & 3 deletions R/tm_g_waterfall.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
#'
#' @examples
#' library(nestcolor)
#' ADSL <- rADSL
#' ADRS <- rADRS
#' ADTR <- rADTR
#' ADSL <- osprey::rADSL
#' ADRS <- osprey::rADRS
#' ADTR <- osprey::rADTR
#'
#' ADSL$SEX <- factor(ADSL$SEX, levels = unique(ADSL$SEX))
#'
Expand Down
6 changes: 3 additions & 3 deletions man/tm_g_swimlane.Rd

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

6 changes: 3 additions & 3 deletions man/tm_g_waterfall.Rd

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

0 comments on commit fc77915

Please sign in to comment.