Package: hmstimer Title: 'hms' Based Timer Version: 0.3.0.9020 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), person("Kirill", "Müller", , "kirill@cynkra.com", role = "aut", comment = c(ORCID = "0000-0002-1416-3412")), person("Nadine", "Hussein", , "nadine@poissonconsulting.ca", role = "ctb", comment = c(ORCID = "0000-0003-4470-8361")), person("Poisson Consulting", role = c("cph", "fnd")) ) Description: 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. License: MIT + file LICENSE URL: https://github.com/poissonconsulting/hmstimer, https://poissonconsulting.github.io/hmstimer/ BugReports: https://github.com/poissonconsulting/hmstimer/issues Depends: R (>= 4.0) Imports: chk, dttr2, hms, lifecycle, rlang Suggests: covr, testthat (>= 3.0.0), withr Config/Needs/website: poissonconsulting/poissontemplate Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0.9000 Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-06-23 08:14:44 UTC RemoteUrl: https://github.com/poissonconsulting/hmstimer RemoteRef: HEAD RemoteSha: c6b3de29a883d56d13993deb3a4397bf5aaa48df NeedsCompilation: no Packaged: 2026-06-25 08:36:08 UTC; root Author: Joe Thorley [aut, cre] (ORCID: ), Kirill Müller [aut] (ORCID: ), Nadine Hussein [ctb] (ORCID: ), Poisson Consulting [cph, fnd] Maintainer: Joe Thorley