Skip to content

Commit 8ec603a

Browse files
CLEANUP: future_xapply() does not use FutureInterruptError
1 parent 41b794d commit 8ec603a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/future_xapply.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' @importFrom future cancel Future nbrOfWorkers future resolve value as.FutureGlobals getGlobalsAndPackages FutureInterruptError
1+
#' @importFrom future cancel Future nbrOfWorkers future resolve value as.FutureGlobals getGlobalsAndPackages
22
future_xapply <- local({
33
tmpl_expr_options <- bquote_compile({
44
"# future.apply:::future_xapply(): preserve future option"

0 commit comments

Comments
 (0)