Package: hmstimer 0.3.0.9017

hmstimer: 'hms' Based Timer
Tracks elapsed clock time using a `hms::hms()` scalar. It was was originally developed to time Bayesian model runs. It should not be used to estimate how long extremely fast code takes to execute as the package code adds a small time cost.
Authors:
hmstimer_0.3.0.9017.tar.gz
hmstimer_0.3.0.9017.zip(r-4.7)hmstimer_0.3.0.9017.zip(r-4.6)hmstimer_0.3.0.9017.zip(r-4.5)
hmstimer_0.3.0.9017.tgz(r-4.6-any)hmstimer_0.3.0.9017.tgz(r-4.5-any)
hmstimer_0.3.0.9017.tar.gz(r-4.7-any)hmstimer_0.3.0.9017.tar.gz(r-4.6-any)
hmstimer_0.3.0.9017.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
hmstimer/json (API)
NEWS
| # Install 'hmstimer' in R: |
| install.packages('hmstimer', repos = c('https://poissonconsulting.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/poissonconsulting/hmstimer/issues
Pkgdown/docs site:https://poissonconsulting.github.io
Last updated from:fd1d10e4df. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 116 | ||
| source / vignettes | OK | 178 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 80 | ||
| macos-oldrel-arm64 | OK | 86 | ||
| windows-devel | OK | 84 | ||
| windows-release | OK | 74 | ||
| windows-oldrel | OK | 62 | ||
| wasm-release | OK | 106 |
Exports:local_timertmr_ceilingtmr_elapsedtmr_floortmr_formattmr_is_startedtmr_is_stoppedtmr_is_titledtmr_printtmr_resettmr_roundtmr_starttmr_stoptmr_timertmr_titletmr_title<-with_timer
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| hms Timer | hms_timer |
| Local Timer | local_timer |
| Ceiling hms Timer | tmr_ceiling |
| Elapsed Time hms Timer | tmr_elapsed |
| Floor hms Timer | tmr_floor |
| Format hms Timer | tmr_format |
| Is hms Timer Started | tmr_is_started |
| Is hms Timer Stopped | tmr_is_stopped |
| Is hms Timer Title | tmr_is_titled |
| Print hms Timer | tmr_print |
| Reset hms Timer | tmr_reset |
| Round hms Timer | tmr_round |
| Start hms Timer | tmr_start |
| Stop hms Timer | tmr_stop |
| Create hms Timer | tmr_timer |
| Get Title hms Timer | tmr_title |
| Set Title hms Timer | tmr_title<- |
| With Timer | with_timer |
