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 <mikefc@coolbutuseless.com>
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
NeedsCompilation: yes
Packaged: 2024-08-25 05:31:21 UTC; mike
Author: Mike Cheng [aut, cre, cph]
Repository: CRAN
Date/Publication: 2024-08-25 07:50:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-13 09:12:36 UTC; windows
Archs: x64
