Package: hmstimer 0.3.0.9000
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.9000.tar.gz
hmstimer_0.3.0.9000.zip(r-4.5)hmstimer_0.3.0.9000.zip(r-4.4)hmstimer_0.3.0.9000.zip(r-4.3)
hmstimer_0.3.0.9000.tgz(r-4.4-any)hmstimer_0.3.0.9000.tgz(r-4.3-any)
hmstimer_0.3.0.9000.tar.gz(r-4.5-noble)hmstimer_0.3.0.9000.tar.gz(r-4.4-noble)
hmstimer_0.3.0.9000.tgz(r-4.4-emscripten)hmstimer_0.3.0.9000.tgz(r-4.3-emscripten)
hmstimer.pdf |hmstimer.html✨
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
Last updated 7 hours agofrom:03dd40d263. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-win | OK | Nov 17 2024 |
R-4.5-linux | OK | Nov 17 2024 |
R-4.4-win | OK | Nov 17 2024 |
R-4.4-mac | OK | Nov 17 2024 |
R-4.3-win | OK | Nov 17 2024 |
R-4.3-mac | OK | Nov 17 2024 |
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 |