Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Sep 30, 2024
1 parent 791cf83 commit 4deda19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ set_dt_single_thread <- function() {
#' @inheritParams stan_opts
lapply_func <- function(..., backend = "rstan", future.opts = list()) {
if (requireNamespace("future.apply", quietly = TRUE) && backend == "rstan") {
future.lapply::future_lapply(c(..., future.opts))
future.apply::future_lapply(c(..., future.opts))
} else {
lapply(...)
}
Expand Down

0 comments on commit 4deda19

Please sign in to comment.