governor: Speed Limiter to Control Rate of Execution of Loops

Speed limiter for controlling rate of execution of loops. It can be necessary to limit the rate of execution of a loop or repeated function call e.g. to show or gather data only at particular intervals. This package includes two methods for limiting this execution rate; speed governors and timers. A speed governor will insert pauses during execution to meet a user-specified loop time. Timers are alarm clocks which will indicate whether a certain time has passed. These mechanisms are implemented in 'C' to minimize processing overhead.

Version: 0.1.2
Published: 2024-07-12
DOI: 10.32614/CRAN.package.governor
Author: Mike Cheng [aut, cre, cph]
Maintainer: Mike Cheng <mikefc at coolbutuseless.com>
BugReports: https://github.com/coolbutuseless/governor/issues
License: MIT + file LICENSE
URL: https://github.com/coolbutuseless/governor
NeedsCompilation: yes
Materials: NEWS
CRAN checks: governor results

Documentation:

Reference manual: governor.pdf

Downloads:

Package source: governor_0.1.2.tar.gz
Windows binaries: r-devel: governor_0.1.2.zip, r-release: governor_0.1.2.zip, r-oldrel: governor_0.1.2.zip
macOS binaries: r-release (arm64): governor_0.1.2.tgz, r-oldrel (arm64): governor_0.1.2.tgz, r-release (x86_64): governor_0.1.2.tgz, r-oldrel (x86_64): governor_0.1.2.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=governor to link to this page.