-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
37 lines (37 loc) · 1008 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: BatchJobs
Title: Batch Computing with R
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.
Author: Bernd Bischl <[email protected]>,
Michel Lang <[email protected]>,
Henrik Bengtsson <[email protected]>
Maintainer: Bernd Bischl <[email protected]>
URL: https://github.com/tudo-r/BatchJobs
BugReports: https://github.com/tudo-r/BatchJobs/issues
MailingList: [email protected]
License: BSD_2_clause + file LICENSE
Depends:
R (>= 3.0.0),
BBmisc (>= 1.9),
methods
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
Version: 1.9
RoxygenNote: 7.1.2
Encoding: UTF-8