-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.04 KB
/
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
Package: redisProgress
Type: Package
Title: Follow Task Progression using Redis
Version: 0.2.2
Author: Clément TURBELIN
Maintainer: Clément TURBELIN <[email protected]>
Description: Follow tasks progress in a distributed context, using 'Redis',
an open source in-memory data structure storage engine <https://redis.io> as a database to exchange data about running tasks.
This package provides function to allow a set of tasks, executed in parallel (in the same or on different machines) to send
information about their progress (like a progress bar).
'Redis' is not used as a job queue here (unlike 'doRedis' package), only as a mean to share data about tasks progression.
A minimal console based interface is also provided to monitor those progress.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0.0)
Imports:
methods
Suggests:
rredis,
RcppRedis,
redux,
shiny,
testthat,
knitr,
rmarkdown
RoxygenNote: 7.0.1
VignetteBuilder: knitr