Package: timeR 1.2.0
timeR: Time Your Codes
Provides a 'timeR' class that makes timing codes easier. One can create 'timeR' objects and use them to record all timings, and extract recordings as data frame for later use.
Authors:
timeR_1.2.0.tar.gz
timeR_1.2.0.zip(r-4.5)timeR_1.2.0.zip(r-4.4)timeR_1.2.0.zip(r-4.3)
timeR_1.2.0.tgz(r-4.4-any)timeR_1.2.0.tgz(r-4.3-any)
timeR_1.2.0.tar.gz(r-4.5-noble)timeR_1.2.0.tar.gz(r-4.4-noble)
timeR_1.2.0.tgz(r-4.4-emscripten)timeR_1.2.0.tgz(r-4.3-emscripten)
timeR.pdf |timeR.html✨
timeR/json (API)
# Install 'timeR' in R: |
install.packages('timeR', repos = c('https://yusuzech.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yusuzech/timer/issues
Last updated 4 years agofrom:70efeb0270. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 10 2024 |
R-4.5-win | NOTE | Oct 10 2024 |
R-4.5-linux | NOTE | Oct 10 2024 |
R-4.4-win | NOTE | Oct 10 2024 |
R-4.4-mac | NOTE | Oct 10 2024 |
R-4.3-win | NOTE | Oct 10 2024 |
R-4.3-mac | NOTE | Oct 10 2024 |
Exports:createTimergetTimertimeR
Dependencies:cpp11genericslubridateR6timechange
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create a timer object | createTimer |
Get the data frame in timer object | getTimer |
timeR: A package to make timing codes easier | timeR-package timeR |