Package: BatchJobs Title: Batch Computing with R Version: 1.10 Authors@R: c( person("Bernd", "Bischl", , "bernd_bischl@gmx.net", role = c("aut", "cre")), person("Michel", "Lang", , "michellang@gmail.com", role = "aut"), person("Henrik", "Bengtsson", , "henrikb@braju.com", role = "aut") ) Description: Provides Map, Reduce and Filter variants to generate jobs on batch computing systems like PBS/Torque, LSF, SLURM and Sun Grid Engine. Multicore and SSH systems are also supported. For further details see the project web page. License: BSD_2_clause + file LICENSE URL: https://github.com/tudo-r/BatchJobs BugReports: https://github.com/tudo-r/BatchJobs/issues Depends: BBmisc (>= 1.9), methods, R (>= 3.0.0) Imports: backports (>= 1.1.1), brew, checkmate (>= 1.8.0), data.table (>= 1.9.6), DBI, digest, parallel, RSQLite (>= 1.0.9011), sendmailR, stats, stringi (>= 0.4-1), utils Suggests: MASS, testthat Encoding: UTF-8 MailingList: batchjobs@googlegroups.com RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev Repository: https://tudo-r.r-universe.dev Date/Publication: 2025-09-09 06:23:41 UTC RemoteUrl: https://github.com/tudo-r/batchjobs RemoteRef: HEAD RemoteSha: 74b541b8ce8da74f41bac289a970dd75c8fdf197 NeedsCompilation: no Packaged: 2026-06-06 07:59:13 UTC; root Author: Bernd Bischl [aut, cre], Michel Lang [aut], Henrik Bengtsson [aut] Maintainer: Bernd Bischl