Package: timer 0.0.1.9000
timer: R6 Timer
A simple timer as an R6 class. The timer has four functions: start(), stop(), reset() and elapsed(). The elapsed() function returns the elapsed wall clock time (as opposed to CPU time) as an object of class lubridate::Duration.
Authors:
timer_0.0.1.9000.tar.gz
timer_0.0.1.9000.zip(r-4.7)timer_0.0.1.9000.zip(r-4.6)timer_0.0.1.9000.zip(r-4.5)
timer_0.0.1.9000.tgz(r-4.6-any)timer_0.0.1.9000.tgz(r-4.5-any)
timer_0.0.1.9000.tar.gz(r-4.7-any)timer_0.0.1.9000.tar.gz(r-4.6-any)
timer_0.0.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
timer/json (API)
NEWS
| # Install 'timer' in R: |
| install.packages('timer', repos = c('https://poissonconsulting.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/poissonconsulting/timer/issues
Pkgdown/docs site:https://poissonconsulting.github.io
Last updated from:ea0dfe132b. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 152 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 70 | ||
| macos-oldrel-arm64 | OK | 76 | ||
| windows-devel | OK | 80 | ||
| windows-release | OK | 74 | ||
| windows-oldrel | OK | 68 | ||
| wasm-release | OK | 94 |
Dependencies:cpp11genericslubridateR6timechange
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Is Timer | is.timer |
| R6 Timer Class | Timer |
