diff --git a/R/getDoSeq.R b/R/getDoSeq.R index 76fb5c7..4853968 100644 --- a/R/getDoSeq.R +++ b/R/getDoSeq.R @@ -88,7 +88,7 @@ getDoSeqVersion <- function() { # used internally to get the currently registered parallel backend getDoSeq <- function() { if (exists('seqFun', where=.foreachGlobals, inherits=FALSE)) { - list(fun=.foreachGlobals$seqFun, data=.foreachGlobals$seqdata) + list(fun=.foreachGlobals$seqFun, data=.foreachGlobals$seqData) } else { list(fun=doSEQ, data=NULL) }