Package: future.BatchJobs
Version: 0.14.1
Depends: R (>= 3.2.0), future (>= 1.5.0)
Imports: BatchJobs (>= 1.6), R.utils
Suggests: listenv, markdown, R.rsp
VignetteBuilder: R.rsp
Title: A Future API for Parallel and Distributed Processing using
        BatchJobs
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
                                          email = "henrikb@braju.com"))
Description: Implements of the Future API on top of the 'BatchJobs' package.
    This allows you to process futures, as defined by the 'future' package,
    in parallel out of the box, not only on your local machine or ad-hoc
    cluster of machines, but also via high-performance compute ('HPC') job
    schedulers such as 'LSF', 'OpenLava', 'Slurm', 'SGE', and 'TORQUE' / 'PBS',
    e.g. 'y <- future_lapply(files, FUN = process)'.
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://github.com/HenrikBengtsson/future.BatchJobs
BugReports: https://github.com/HenrikBengtsson/future.BatchJobs/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-05-31 01:14:52 UTC; hb
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Repository: CRAN
Date/Publication: 2017-05-31 06:20:28 UTC
