# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tictoc" in publications use:' type: software license: Apache-2.0 title: 'tictoc: Functions for Timing R Scripts, as Well as Implementations of "Stack" and "StackList" Structures' version: 1.2.1 doi: 10.32614/CRAN.package.tictoc abstract: Code execution timing functions 'tic' and 'toc' that can be nested. One can record all timings while a complex script is running, and examine the values later. It is also possible to instrument the timing calls with custom callbacks. In addition, this package provides class 'Stack', implemented as a vector, and class 'StackList', which is a stack implemented as a list, both of which support operations 'push', 'pop', 'first_element', 'last_element' and 'clear'. authors: - family-names: Izrailev given-names: Sergei email: sizrailev@jabiruventures.com repository: https://ar-puuk.r-universe.dev repository-code: https://github.com/jabiru/tictoc commit: 0ffb229ad856c6c9a4a5126c402e5228dabf749f url: https://github.com/jabiru/tictoc contact: - family-names: Izrailev given-names: Sergei email: sizrailev@jabiruventures.com