-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
45 lines (45 loc) · 987 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
38
39
40
41
42
43
44
45
Package: rworker
Title: Celery Worker For R Tasks
Version: 0.2.0
Authors@R: person("Lucas", "Cardozo", email = "[email protected]", role = c("aut", "cre"))
Description: Celery worker for R tasks. This package allows the user to
send asynchronous task execution requests from Python using
Celery messaging protocol.
URL: https://github.com/lecardozo/rworker
BugReports: https://github.com/lecardozo/rworker/issues
Depends:
R (>= 3.4.0)
Imports:
base64enc,
crayon,
futile.logger,
glue,
jsonlite,
processx,
R6,
redux,
rzmq,
stringr
Suggests:
testthat,
knitr,
rmarkdown
SystemRequirements:
zeromq,
hiredis
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Collate:
'redis_backend.R'
'backends.R'
'logger.R'
'redis_queue.R'
'queues.R'
'rworker.R'
'ter.R'
'util.R'
'worker.R'