Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Sep 3, 2024
1 parent 0c86c4c commit 3ac0314
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion R/g_forest.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
#' formatters::var_labels(adrs) <- c(adrs_labels, "Response")
#' df <- extract_rsp_subgroups(
#' variables = list(rsp = "rsp", arm = "ARM", subgroups = c("SEX", "STRATA2")),
#' method = NULL,
#' data = adrs
#' )
#' # Full commonly used response table.
Expand Down
1 change: 0 additions & 1 deletion man/g_forest.Rd

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

1 change: 0 additions & 1 deletion tests/testthat/test-g_forest.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ adrs <- adrs %>%
formatters::var_labels(adrs) <- c(adrs_labels, "Response")
df <- extract_rsp_subgroups(
variables = list(rsp = "rsp", arm = "ARM", subgroups = c("SEX", "STRATA2")),
method = NULL,
data = adrs
)

Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-h_response_subgroups.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ testthat::test_that("h_odds_ratio_subgroups_df works as expected with groups_lis
subgroups = c("SEX", "BMRKR2")
),
data = adrs,
method = NULL,
groups_lists = list(
BMRKR2 = list(
"low" = "LOW",
Expand Down

0 comments on commit 3ac0314

Please sign in to comment.