Package: tictoc
Title: Functions for Timing R Scripts, as Well as Implementations of
        "Stack" and "StackList" Structures
Version: 1.2.1
Author: Sergei Izrailev
Maintainer: Sergei Izrailev <sizrailev@jabiruventures.com>
Description: 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'.
URL: https://github.com/jabiru/tictoc
Depends: R (>= 2.15), methods
License: Apache License (== 2.0) | file LICENSE
Copyright: Copyright (C) Collective, Inc. | file inst/COPYRIGHTS
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-03-18 01:27:55 UTC; sergei
Repository: CRAN
Date/Publication: 2024-03-18 05:10:02 UTC
Built: R 4.5.2; ; 2025-11-01 00:32:24 UTC; windows
