-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 1.07 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
Package: heartbeatr
Title: Heartbeat Support using 'Redis'
Version: 0.6.0
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"),
person("Imperial College of Science, Technology and Medicine",
role = "cph"))
Description: Simple heartbeat support for R using 'Redis'. A heartbeat
is a background thread that acts as a dead-man's switch. It will
create a key on Redis that will automatically expire after a
number of seconds and then periodically refresh that key, even
when the R process is busy. If the process dies for some reason,
then the key will disappear. A heartbeat can be used to detect
loss of worker processes on shared systems.
License: MIT + file LICENSE
URL: https://github.com/mrc-ide/heartbeatr
BugReports: https://github.com/mrc-ide/heartbeatr/issues
SystemRequirements: C++11, libhiredis, redis-server
Imports:
R6,
redux (>= 1.0.0)
Suggests:
processx,
testthat
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-GB