We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c396646 commit 6d95183Copy full SHA for 6d95183
R/backend_api-SequentialFutureBackend-class.R
@@ -28,7 +28,7 @@
28
#' @export
29
sequential <- function(..., envir = parent.frame()) {
30
if (! "fiery" %in% loadedNamespaces()) {
31
- stop("The future::sequential() function implements the FutureBackend and should never be called directly. This will soon become defunct")
+ stop("The future::sequential() function implements the FutureBackend and should never be called directly")
32
}
33
f <- Future(..., envir = envir)
34
class(f) <- c("SequentialFuture", "UniprocessFuture", "Future")
0 commit comments