Closed HenrikBengtsson closed 8 years ago
This far we have:
plan(batchjobs_local)
plan(batchjobs_interactive)
plan(batchjobs_multicore)
plan(batchjobs_multicore, workers=n)
plan(batchjobs_conf) ## Replaces backend(".BatchJobs.R")
plan(batchjobs_conf, pathnames=pathnames) ## Replaces backend(pathname[1])
Implement separate batchjobs future constructors, e.g.
(Also, since
plan(batchjobs)
is basically the only real usage of future.BatchJobs, it won't change much of the existing code. The other types of BatchJobs futures are mostly there for proof-of-concept since they are already supported by the core futures in the future package.)This is actually much more in line with what's in the future package, cf.