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 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 Repository: https://ar-puuk.r-universe.dev Date/Publication: 2024-03-31 14:01:27 UTC RemoteUrl: https://github.com/jabiru/tictoc RemoteRef: HEAD RemoteSha: 0ffb229ad856c6c9a4a5126c402e5228dabf749f NeedsCompilation: no Packaged: 2026-06-21 11:02:43 UTC; root