Closed HenrikBengtsson closed 7 years ago
Harmonize how all globals are resolved in other future-based frameworks, that i make it optional via R option future.globals.resolve. Currently, doFuture hard codes it to resolve = TRUE;
future.globals.resolve
resolve = TRUE
gp <- getGlobalsAndPackages(expr, envir = globals_envir, globals = globals, resolve = TRUE)
By not specifying resolve it'll default to that option.
resolve
Harmonize how all globals are resolved in other future-based frameworks, that i make it optional via R option
future.globals.resolve
. Currently, doFuture hard codes it toresolve = TRUE
;By not specifying
resolve
it'll default to that option.