Package: clustermq
Title: Evaluate Function Calls on HPC Schedulers (LSF, SGE, SLURM,
        PBS/Torque)
Version: 0.8.95.4
Authors@R: c(
    person('Michael', 'Schubert', email='mschu.dev@gmail.com',
           role = c('aut', 'cre'),
           comment = c(ORCID='0000-0002-6862-5221'))
    )
Maintainer: Michael Schubert <mschu.dev@gmail.com>
Description: Evaluate arbitrary function calls using workers on HPC schedulers
    in single line of code. All processing is done on the network without
    accessing the file system. Remote schedulers are supported via SSH.
URL: https://mschubert.github.io/clustermq/
BugReports: https://github.com/mschubert/clustermq/issues
Depends: R (>= 3.5.0)
LinkingTo: Rcpp
SystemRequirements: C++11, ZeroMQ (libzmq)
Imports: methods, narray, progress, purrr, R6, Rcpp, utils
License: Apache License (== 2.0) | file LICENSE
Encoding: UTF-8
Suggests: callr, devtools, dplyr, foreach, iterators, knitr, parallel,
        rmarkdown, roxygen2 (>= 5.0.0), testthat, tools
VignetteBuilder: knitr
RoxygenNote: 7.1.0
NeedsCompilation: yes
Packaged: 2023-01-12 09:43:07 UTC; mschu
Author: Michael Schubert [aut, cre] (<https://orcid.org/0000-0002-6862-5221>)
Repository: CRAN
Date/Publication: 2023-01-12 10:40:02 UTC
