tictoc
Functions for Timing R Scripts, as Well as Implementations of "Stack" and "StackList" Structures
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'.
Downloads
17.2K
Last 30 days
938th
53.5K
Last 90 days
245.7K
Last year
Trend: -6% (30d vs prior 30d)
CRAN Check Status
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | NOTE |
| r-devel-linux-x86_64-debian-gcc | NOTE |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (2 non-OK)
CRAN incoming feasibility
Maintainer: ‘Sergei Izrailev <sizrailev@jabiruventures.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Sergei",
family = "Izrailev",
role = c("aut", "cre"),
email = "sizrailev@jabiruventures.com")
as necessary.
CRAN incoming feasibility
Maintainer: ‘Sergei Izrailev <sizrailev@jabiruventures.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Sergei",
family = "Izrailev",
role = c("aut", "cre"),
email = "sizrailev@jabiruventures.com")
as necessary.
Check History
NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
CRAN incoming feasibility
Maintainer: ‘Sergei Izrailev <sizrailev@jabiruventures.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Sergei",
family = "Izrailev",
role = c("aut", "cre"),
email = "sizrailev@jabiruventures.com")
as necessary.
CRAN incoming feasibility
Maintainer: ‘Sergei Izrailev <sizrailev@jabiruventures.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Sergei",
family = "Izrailev",
role = c("aut", "cre"),
email = "sizrailev@jabiruventures.com")
as necessary.