Skip to content

Commit

Permalink
Merge pull request #491 from Merck/490-2-notes-from-cran-pre-test-on-…
Browse files Browse the repository at this point in the history
…v113

running time of `gs_design_wlr` example is > 5s
  • Loading branch information
LittleBeannie authored Nov 15, 2024
2 parents 67e7423 + 188c0aa commit cbc103e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/gs_design_wlr.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#' lower = gs_spending_bound,
#' lpar = list(sf = gsDesign::sfLDOF, total_spend = 0.2),
#' analysis_time = 36,
#' info_frac = 1:3/3
#' info_frac = c(0.6, 1)
#' )
#'
#' # Example 2 ----
Expand All @@ -87,7 +87,7 @@
#' upar = list(sf = gsDesign::sfLDOF, total_spend = 0.025),
#' lower = gs_spending_bound,
#' lpar = list(sf = gsDesign::sfLDOF, total_spend = 0.2),
#' analysis_time = 1:3*12,
#' analysis_time = c(24, 36),
#' info_frac = NULL
#' )
#'
Expand All @@ -105,8 +105,8 @@
#' upar = list(sf = gsDesign::sfLDOF, total_spend = 0.025),
#' lower = gs_spending_bound,
#' lpar = list(sf = gsDesign::sfLDOF, total_spend = 0.2),
#' analysis_time = 1:3*12,
#' info_frac = c(0.3, 0.7, 1)
#' analysis_time = c(24, 36),
#' info_frac = c(0.6, 1)
#' )
gs_design_wlr <- function(
enroll_rate = define_enroll_rate(
Expand Down
8 changes: 4 additions & 4 deletions man/gs_design_wlr.Rd

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

0 comments on commit cbc103e

Please sign in to comment.