R/futureverse.R

Defines functions ignore_unused_imports

#' @keywords internal
"_PACKAGE"

# Suppress R CMD check note
# Namespace in Imports field not imported from: PKG
#   All declared Imports should be used.
ignore_unused_imports <- function() {
  doFuture::registerDoFuture
  furrr::future_map
  future::future
  future.apply::future_apply
  progressr::progress
}

Try the futureverse package in your browser

Any scripts or data that you put into this service are public.

futureverse documentation built on June 22, 2024, 9:58 a.m.