Skip to content

Commit 622a368

Browse files
sequential() still needs an 'envir' argument because of 'fiery' workaround
1 parent 2d20e7e commit 622a368

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

R/backend_api-11.SequentialFutureBackend-class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ getFutureBackendConfigs.UniprocessFuture <- function(future, ...) {
181181
#'
182182
#' @aliases uniprocess
183183
#' @export
184-
sequential <- function(...) {
184+
sequential <- function(..., envir = parent.frame()) {
185185
## WORKAROUNDS:
186186
## (1) fiery calls sequential() directly
187187
## https://github.com/thomasp85/fiery/issues/53

man/sequential.Rd

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)