Package: hmstimer
Title: 'hms' Based Timer
Version: 0.2.0
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-7683-4592")),
    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, which
    if running has an attribute named start that specifies the system time
    when the timer was started.  The elapsed time is the value of the
    scalar plus the difference between the current system time and the
    system time when the timer was started.
License: MIT + file LICENSE
Depends: R (>= 3.4)
Imports: hms
Suggests: covr, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-08-26 16:13:04 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Nadine Hussein [ctb] (<https://orcid.org/0000-0003-4470-8361>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2022-08-26 16:42:06 UTC
