Package: governor 0.1.3

governor: Speed Limiter to Control 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.

Authors:Mike Cheng [aut, cre, cph]

governor_0.1.3.tar.gz
governor_0.1.3.zip(r-4.5)governor_0.1.3.zip(r-4.4)governor_0.1.3.zip(r-4.3)
governor_0.1.3.tgz(r-4.4-x86_64)governor_0.1.3.tgz(r-4.4-arm64)governor_0.1.3.tgz(r-4.3-x86_64)governor_0.1.3.tgz(r-4.3-arm64)
governor_0.1.3.tar.gz(r-4.5-noble)governor_0.1.3.tar.gz(r-4.4-noble)
governor_0.1.3.tgz(r-4.4-emscripten)governor_0.1.3.tgz(r-4.3-emscripten)
governor.pdf |governor.html
governor/json (API)
NEWS

# Install 'governor' in R:
install.packages('governor', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/coolbutuseless/governor/issues

On CRAN:

8 exports 7 stars 1.54 score 0 dependencies 9 scripts 344 downloads

Last updated 24 days agofrom:1021c77c6b. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 26 2024
R-4.5-win-x86_64OKAug 26 2024
R-4.5-linux-x86_64OKAug 26 2024
R-4.4-win-x86_64OKAug 26 2024
R-4.4-mac-x86_64OKAug 26 2024
R-4.4-mac-aarch64OKAug 26 2024
R-4.3-win-x86_64OKAug 26 2024
R-4.3-mac-x86_64OKAug 26 2024
R-4.3-mac-aarch64OKAug 26 2024

Exports:gov_disablegov_enablegov_initgov_waittimer_checktimer_disabletimer_enabletimer_init

Dependencies:

Overview

Rendered fromOverview.Rmdusingknitr::rmarkdownon Aug 26 2024.

Last update: 2024-08-25
Started: 2024-08-25