Skip to content

Commit

Permalink
Merge pull request #261 from cmansch/main
Browse files Browse the repository at this point in the history
Fixing Bug for Cut Functions in Parallel
  • Loading branch information
LittleBeannie committed Jul 17, 2024
2 parents 23449e0 + 74c5729 commit c037f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/sim_gs_n.R
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ sim_gs_n <- function(
#' # Cut the trial data
#' cutting(trial_data)
create_cut <- function(...) {
lapply(X = list(...), FUN = force)
function(data) {
get_analysis_date(data, ...)
}
Expand Down

0 comments on commit c037f8f

Please sign in to comment.