Skip to content

Commit

Permalink
Revert "change examples to teal_data"
Browse files Browse the repository at this point in the history
This reverts commit 2b5a86b.
  • Loading branch information
m7pr committed Oct 8, 2024
1 parent 2b5a86b commit 48ca633
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion R/tm_g_ae_oview.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' @export
#'
#' @examplesIf require("nestcolor")
#' data <- teal_data() |>
#' data <- cdisc_data() |>
#' within({
#' library(nestcolor)
#' ADSL <- rADSL
Expand Down
2 changes: 1 addition & 1 deletion R/tm_g_ae_sub.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#'
#' @examples
#' # Example using stream (ADaM) dataset
#' data <- teal_data() |>
#' data <- cdisc_data() |>
#' within({
#' ADSL <- rADSL
#' ADAE <- rADAE
Expand Down
2 changes: 1 addition & 1 deletion R/tm_g_butterfly.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#'
#' @examplesIf require("nestcolor")
#' # Example using stream (ADaM) dataset
#' data <- teal_data() |>
#' data <- cdisc_data() |>
#' within({
#' library(dplyr)
#' library(nestcolor)
Expand Down
2 changes: 1 addition & 1 deletion R/tm_g_events_term_id.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @author Molly He (hey59) \email{[email protected]}
#'
#' @examplesIf require("nestcolor")
#' data <- teal_data() |>
#' data <- cdisc_data() |>
#' within({
#' library(nestcolor)
#' ADSL <- rADSL
Expand Down
2 changes: 1 addition & 1 deletion R/tm_g_heat_bygrade.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @export
#'
#' @examplesIf require("nestcolor")
#' data <- teal_data() |>
#' data <- cdisc_data() |>
#' within({
#' library(dplyr)
#' library(nestcolor)
Expand Down
2 changes: 1 addition & 1 deletion R/tm_g_patient_profile.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#' @export
#'
#' @examplesIf require("nestcolor")
#' data <- teal_data() |>
#' data <- cdisc_data() |>
#' within({
#' library(nestcolor)
#' ADSL <- rADSL
Expand Down
2 changes: 1 addition & 1 deletion R/tm_g_spiderplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#'
#' @examplesIf require("nestcolor")
#' # Example using stream (ADaM) dataset
#' data <- teal_data() |>
#' data <- cdisc_data() |>
#' within({
#' library(nestcolor)
#' ADSL <- rADSL
Expand Down
2 changes: 1 addition & 1 deletion R/tm_g_swimlane.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#'
#' @examplesIf require("nestcolor")
#' # Example using stream (ADaM) dataset
#' data <- teal_data() |>
#' data <- cdisc_data() |>
#' within(library(dplyr)) |>
#' within(library(nestcolor)) |>
#' within(ADSL <- rADSL %>%
Expand Down
2 changes: 1 addition & 1 deletion R/tm_g_waterfall.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#' @author houx14 \email{[email protected]}
#'
#' @examplesIf require("nestcolor")
#' data <- teal_data() |>
#' data <- cdisc_data() |>
#' within({
#' library(nestcolor)
#' ADSL <- rADSL
Expand Down
4 changes: 2 additions & 2 deletions man/tm_g_ae_oview.Rd

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

2 changes: 1 addition & 1 deletion man/tm_g_ae_sub.Rd

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

2 changes: 1 addition & 1 deletion man/tm_g_butterfly.Rd

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

2 changes: 1 addition & 1 deletion man/tm_g_events_term_id.Rd

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

2 changes: 1 addition & 1 deletion man/tm_g_heat_bygrade.Rd

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

2 changes: 1 addition & 1 deletion man/tm_g_patient_profile.Rd

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

2 changes: 1 addition & 1 deletion man/tm_g_spiderplot.Rd

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

2 changes: 1 addition & 1 deletion man/tm_g_swimlane.Rd

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

2 changes: 1 addition & 1 deletion 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 48ca633

Please sign in to comment.