Package: pipetime 0.0.1

pipetime: Tools to Time Pipe Operations
Enable users to measure and record the execution time of pipe operations (using |>) with optional logging to dataframes and output to the console.
Authors:
pipetime_0.0.1.tar.gz
pipetime_0.0.1.zip(r-4.7)pipetime_0.0.1.zip(r-4.6)pipetime_0.0.1.zip(r-4.5)
pipetime_0.0.1.tgz(r-4.6-any)pipetime_0.0.1.tgz(r-4.5-any)
pipetime_0.0.1.tar.gz(r-4.7-any)pipetime_0.0.1.tar.gz(r-4.6-any)
pipetime_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
pipetime/json (API)
| # Install 'pipetime' in R: |
| install.packages('pipetime', repos = c('https://cygei.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cygei/pipetime/issues
Last updated from:4e6c24d2a5. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 164 | ||
| source / vignettes | OK | 194 | ||
| linux-release-x86_64 | OK | 135 | ||
| macos-release-arm64 | OK | 87 | ||
| macos-oldrel-arm64 | OK | 90 | ||
| windows-devel | OK | 100 | ||
| windows-release | OK | 66 | ||
| windows-oldrel | OK | 84 | ||
| wasm-release | OK | 101 |
Exports:get_logrm_logtime_pipe
Dependencies:
Timing R Pipelines
Overview | Example Data | Timing Workflows | Results
Last update: 2026-03-18
Started: 2025-09-29
Why pipetime?
Examples | system.time() | tictoc | time_pipe
Last update: 2025-09-29
Started: 2025-09-29
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Retrieve a timing log (or all logs) | get_log |
| Remove a timing log (or all logs) | rm_log |
| Measure execution time in a pipeline | time_pipe |
