Package: timer Title: R6 Timer Version: 0.0.1.9000 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), person("Poisson Consulting", role = c("fnd", "cph")) ) Description: 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. License: MIT + file LICENSE URL: https://github.com/poissonconsulting/timer, https://poissonconsulting.github.io/timer/ BugReports: https://github.com/poissonconsulting/timer/issues Depends: R (>= 4.0) Imports: lubridate, R6 Suggests: covr, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/Needs/website: poissonconsulting/poissontemplate Config/roxygen2/version: 8.0.0.9000 Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-06-13 01:25:59 UTC RemoteUrl: https://github.com/poissonconsulting/timer RemoteRef: HEAD RemoteSha: 45964142041f33780c5b3fd97a08684fe38d8ffb NeedsCompilation: no Packaged: 2026-06-13 02:47:46 UTC; root Author: Joe Thorley [aut, cre] (ORCID: ), Poisson Consulting [fnd, cph] Maintainer: Joe Thorley