Package: tictoc
Title: Functions for Timing R Scripts, as Well as Implementations of
        Stack and List Structures
Version: 1.0.1
Author: Sergei Izrailev
Maintainer: Sergei Izrailev <sizrailev@collective.com>
Description: Provides the 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 'List', implemented as a
    list, both of which support operations 'push', 'pop', 'first', 'last' and
    'clear'.
URL: https://github.com/collectivemedia/tictoc
Depends: R (>= 3.0.3), methods
License: Apache License (== 2.0) | file LICENSE
Copyright: Copyright (C) Collective, Inc. | file inst/COPYRIGHTS
Packaged: 2021-04-18 16:26:11 UTC; hornik
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2021-04-19 07:09:18 UTC
Built: R 4.0.2; ; 2021-04-20 10:22:07 UTC; unix
