Skip to content

Commit

Permalink
Merge branch '671-clean_design_methods_seed_resultslist' of https://g…
Browse files Browse the repository at this point in the history
…ithub.com/Roche/crmPack into 671-clean_design_methods_seed_resultslist
  • Loading branch information
0liver0815 committed Sep 14, 2023
2 parents c0877aa + e2b3b52 commit 01cab5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Design-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ set_seed <- function(seed = NULL) {
#' @description `r lifecycle::badge("stable")`
#'
#' The function `fun` can use variables that are visible to itself.
#' The names of these variables have to given in the vector `vars`.
#' The names of these variables have to be given in the vector `vars`.
#'
#' @param fun the simulation function for a single iteration, which takes as
#' @param fun (`function`)\cr the simulation function for a single iteration, which takes as
#' single parameter the iteration index.
#' @param nsim number of simulations to be conducted.
#' @param vars names of the variables.
Expand Down

0 comments on commit 01cab5a

Please sign in to comment.