Package: governor Type: Package Title: Speed Limiter to Control Rate of Execution of Loops Version: 0.1.3 Authors@R: person("Mike", "Cheng", , "mikefc@coolbutuseless.com", role = c("aut", "cre", "cph")) Maintainer: Mike Cheng Description: 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. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/coolbutuseless/governor BugReports: https://github.com/coolbutuseless/governor/issues RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown VignetteBuilder: knitr Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2024-12-24 05:02:38 UTC RemoteUrl: https://github.com/coolbutuseless/governor RemoteRef: HEAD RemoteSha: 7968a23647a0eb520b857756a8853fca181e5f45 NeedsCompilation: yes Packaged: 2026-05-31 10:00:51 UTC; root Author: Mike Cheng [aut, cre, cph]