Skip to content

Commit

Permalink
qualify package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Sep 27, 2024
1 parent 8f9fe05 commit 452b8c1
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(c(..., future.opts))
future.lapply::future_lapply(c(..., future.opts))

Check warning on line 414 in R/utilities.R

View workflow job for this annotation

GitHub Actions / lint-changed-files

file=R/utilities.R,line=414,col=5,[namespace_linter] Package 'future.lapply' is not installed.
} else {
lapply(...)
}
Expand Down

0 comments on commit 452b8c1

Please sign in to comment.