-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 949 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
Package: rush
Title: Rapid Parallel and Distributed Computing
Version: 0.1.2.9000
Authors@R:
person("Marc", "Becker", , "marcbecker@posteo.de", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0002-8115-0400"))
Description: Parallel computing with a network of local and remote
workers. Fast exchange of results between the workers through a
'Redis' database. Key features include task queues, local caching, and
sophisticated error handling.
URL: https://github.com/mlr-org/rush
BugReports: https://github.com/mlr-org/rush/issues
Depends:
R (>= 3.1.0)
Imports:
checkmate,
data.table,
jsonlite,
lgr,
mlr3misc,
parallel,
processx,
redux,
R6,
uuid
Suggests:
callr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
License: MIT + file LICENSE