Package: tictoc
Title: Functions for timing R scripts, as well as implementations of
        Stack and List structures.
Version: 1.0
Author: Sergei Izrailev
Maintainer: Sergei Izrailev <sizrailev@collective.com>
Description: This package 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: http://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
LazyData: true
Packaged: 2014-06-17 07:24:01 UTC; sizrailev
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-06-17 10:55:40
Built: R 3.6.0; ; 2019-05-28 21:06:35 UTC; windows
