# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "timer" in publications use:' type: software license: MIT title: 'timer: R6 Timer' version: 0.0.1.9000 doi: 10.32614/CRAN.package.timer abstract: '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.' authors: - family-names: Thorley given-names: Joe email: joe@poissonconsulting.ca orcid: https://orcid.org/0000-0002-7683-4592 repository: https://poissonconsulting.r-universe.dev repository-code: https://github.com/poissonconsulting/timer commit: 0adce1007cffddd893c1d178e57d3bb7818ac68d url: https://poissonconsulting.github.io/timer/ contact: - family-names: Thorley given-names: Joe email: joe@poissonconsulting.ca orcid: https://orcid.org/0000-0002-7683-4592