Skip to content

Commit

Permalink
Merge pull request #44 from Merck/40-gs_spending_bound-bug-when-ia-is…
Browse files Browse the repository at this point in the history
…-close-to-fa

ongoing fix
  • Loading branch information
nanxstats authored Oct 13, 2022
2 parents 974a18d + b1ef4fa commit f6cb25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/eAccrual.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ eAccrual <- function(x = 0:24,
FUN = function(i){
as.numeric(xx[[i]]$eAccrual[ind[[i]]])
})
ans <- do.call("+", ans)
ans <- ans %>% purrr::reduce(`+`)
}

return(ans)
Expand Down

0 comments on commit f6cb25c

Please sign in to comment.