Package: batchtools
Title: Tools for Computation on Batch Systems
Version: 0.9.18
Authors@R: c(
    person("Michel", "Lang", , "michellang@gmail.com", role = c("cre", "aut"),
           comment = c(ORCID = "0000-0001-9754-0393")),
    person("Bernd", "Bischl", , "bernd_bischl@gmx.net", role = "aut"),
    person("Dirk", "Surmann", , "surmann@statistik.tu-dortmund.de", role = "ctb",
           comment = c(ORCID = "0000-0003-0873-137X"))
  )
Description: As a successor of the packages 'BatchJobs' and
    'BatchExperiments', this package provides a parallel implementation of
    the Map function for high performance computing systems managed by
    schedulers 'IBM Spectrum LSF'
    (<https://www.ibm.com/products/hpc-workload-management>), 'Univa Grid
    Engine'/'Oracle Grid Engine'
    (<https://altair.com/hpc-cloud-applications/>), 'Slurm'
    (<https://slurm.schedmd.com/>), 'TORQUE/PBS'
    (<https://adaptivecomputing.com/cherry-services/torque-resource-manager/>),
    or 'Docker Swarm' (<https://docs.docker.com/engine/swarm/>).  A
    multicore and socket mode allow the parallelization on a local
    machines, and multiple machines can be hooked up via SSH to create a
    makeshift cluster. Moreover, the package provides an abstraction
    mechanism to define large-scale computer experiments in a
    well-organized and reproducible way.
License: LGPL-3
URL: https://github.com/mlr-org/batchtools,
        https://batchtools.mlr-org.com
BugReports: https://github.com/mlr-org/batchtools/issues
Depends: R (>= 3.0.0)
Imports: backports (>= 1.1.2), base64url (>= 1.1), brew, checkmate (>=
        1.8.5), data.table (>= 1.11.2), digest (>= 0.6.9), fs (>=
        1.2.0), parallel, progress (>= 1.1.1), R6, rappdirs, stats,
        stringi, utils, withr (>= 2.0.0)
Suggests: debugme, doMPI, doParallel, e1071, foreach, future,
        future.batchtools, knitr, parallelMap, ranger, rmarkdown,
        rpart, snow, testthat, tibble
VignetteBuilder: knitr
ByteCompile: yes
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.3.2
Packaged: 2025-08-20 04:23:32 UTC; michel
Author: Michel Lang [cre, aut] (ORCID: <https://orcid.org/0000-0001-9754-0393>),
  Bernd Bischl [aut],
  Dirk Surmann [ctb] (ORCID: <https://orcid.org/0000-0003-0873-137X>)
Maintainer: Michel Lang <michellang@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-20 05:01:29 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 13:40:53 UTC; windows
Archs: x64
