Package: pipeR 0.6.1.3
pipeR: Multi-Paradigm Pipeline Implementation
Provides various styles of function chaining methods: Pipe operator, Pipe object, and pipeline function, each representing a distinct pipeline model yet sharing almost a common set of features: A value can be piped to the first unnamed argument of a function and to dot symbol in an enclosed expression. The syntax is designed to make the pipeline more readable and friendly to a wide range of operations.
Authors:
pipeR_0.6.1.3.tar.gz
pipeR_0.6.1.3.zip(r-4.7)pipeR_0.6.1.3.zip(r-4.6)pipeR_0.6.1.3.zip(r-4.5)
pipeR_0.6.1.3.tgz(r-4.6-any)pipeR_0.6.1.3.tgz(r-4.5-any)
pipeR_0.6.1.3.tar.gz(r-4.7-any)pipeR_0.6.1.3.tar.gz(r-4.6-any)
pipeR_0.6.1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
pipeR/json (API)
NEWS
| # Install 'pipeR' in R: |
| install.packages('pipeR', repos = c('https://renkun-ken.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/renkun-ken/piper/issues
Last updated from:b62a360a84. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 150 | ||
| source / vignettes | OK | 140 | ||
| linux-release-x86_64 | OK | 105 | ||
| macos-release-arm64 | OK | 111 | ||
| macos-oldrel-arm64 | OK | 109 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 58 | ||
| windows-oldrel | OK | 76 | ||
| wasm-release | OK | 100 |
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| The pipeR package | pipeR-package |
| Pipe an object forward | %>>% |
| Create a Pipe object that stores a value and allows command chaining with '$'. | Pipe |
| Evaluate an expression pipeline | pipeline |
