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.3 |
Suggests: | knitr, rmarkdown |
Published: | 2024-08-25 |
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 |
Reference manual: | governor.pdf |
Vignettes: |
Overview (source, R code) |
Package source: | governor_0.1.3.tar.gz |
Windows binaries: | r-devel: governor_0.1.3.zip, r-release: governor_0.1.3.zip, r-oldrel: governor_0.1.3.zip |
macOS binaries: | r-release (arm64): governor_0.1.3.tgz, r-oldrel (arm64): governor_0.1.3.tgz, r-release (x86_64): governor_0.1.3.tgz, r-oldrel (x86_64): governor_0.1.3.tgz |
Old sources: | governor archive |
Please use the canonical form https://CRAN.R-project.org/package=governor to link to this page.