Closed HenrikBengtsson closed 5 years ago
This comes from:
$ grep -F withouts tests/*.R
tests/cluster-missing-doFuture-pkg.R: withouts = c("doFuture")) {
tests/cluster-missing-doFuture-pkg.R: ## 'withouts' tops 'withs' for conveniency
tests/cluster-missing-doFuture-pkg.R: withs <- setdiff(withs, withouts)
tests/cluster-missing-doFuture-pkg.R: res <- parallel::clusterCall(cl, fun = sapply, X = withouts,
tests/cluster-missing-doFuture-pkg.R: attr(cl, "withouts") <- res
tests/cluster-missing-doFuture-pkg.R: cl <- setupClusterWithoutPkgs(type, withouts = c("future", "doFuture"))
tests/cluster-missing-doFuture-pkg.R: if (all(attr(cl, "withs") && !all(attr(cl, "withouts")))) {
tests/cluster-missing-doFuture-pkg.R: if (all(attr(cl, "withs") && !all(attr(cl, "withouts")))) {
This is only a bug in the package tests. It's not a bug in the actual doFuture functionality, so most likely it's not affecting doFuture usage.
Fixed in commit a7b6068e.