# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "heartbeatr" in publications use:' type: software license: MIT title: 'heartbeatr: Heartbeat Support using ''Redis''' version: 0.6.0 doi: 10.32614/CRAN.package.heartbeatr abstract: 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. authors: - family-names: FitzJohn given-names: Rich email: rich.fitzjohn@gmail.com repository: https://mrc-ide.r-universe.dev repository-code: https://github.com/mrc-ide/heartbeatr commit: f44cee1ef8d82e829930ae04b8964b4c2cfede10 url: https://github.com/mrc-ide/heartbeatr contact: - family-names: FitzJohn given-names: Rich email: rich.fitzjohn@gmail.com