Package: pipeR Type: Package Title: Multi-Paradigm Pipeline Implementation Version: 0.6.1.3 Author: Kun Ren Maintainer: Kun Ren Description: 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. Depends: R (>= 2.15) Date: 2016-04-04 Suggests: testthat License: MIT + file LICENSE URL: https://renkun.me/pipeR, https://github.com/renkun-ken/pipeR, https://renkun.me/pipeR-tutorial BugReports: https://github.com/renkun-ken/pipeR/issues Roxygen: list(wrap = FALSE) ByteCompile: TRUE RoxygenNote: 5.0.1 Repository: https://renkun-ken.r-universe.dev Date/Publication: 2016-08-26 00:50:05 UTC RemoteUrl: https://github.com/renkun-ken/piper RemoteRef: HEAD RemoteSha: b62a360a84d2cd1a2c0c51bc1f55ee03b912a363 NeedsCompilation: no Packaged: 2026-07-03 05:39:44 UTC; root