HenrikBengtsson / R.filesets

R package: R.filesets - Easy Handling of and Access to Files Organized in Structured Directories
https://cran.r-project.org/package=R.filesets
2 stars 0 forks source link

CLEANUP: Rewrite dsApply() to use futures #11

Closed HenrikBengtsson closed 9 years ago

HenrikBengtsson commented 9 years ago

Rewrite dsApply() to use futures from the 'future' package. This would at the same time remove the dependency on the Biocparallel and BatchJobs packages. The latter will be supported by the 'async' package that provides batchjobs futures.

This will put future, globals and listenv up for another good real-world test.

HenrikBengtsson commented 9 years ago

Road map: