Deprecated furrr options
future_options()
has been deprecated in favor of furrr_options()
as
of furrr 0.2.0.
future_options( globals = TRUE, packages = NULL, seed = FALSE, lazy = FALSE, scheduling = 1 )
globals |
A logical, a character vector, a named list, or |
packages |
A character vector, or |
seed |
A logical, an integer of length |
lazy |
A logical. Specifies whether futures should be resolved lazily or eagerly. |
scheduling |
A single integer, logical, or
This argument is only used if |
future_options()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.