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.
Version: | 0.6 |
Depends: | R (≥ 2.15) |
Suggests: | testthat |
Published: | 2015-01-23 |
Author: | Kun Ren |
Maintainer: | Kun Ren <ken at renkun.me> |
BugReports: | https://github.com/renkun-ken/pipeR/issues |
License: | MIT + file LICENSE |
URL: | http://renkun.me/pipeR, https://github.com/renkun-ken/pipeR, http://renkun.me/pipeR-tutorial |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | pipeR results |
Reference manual: | pipeR.pdf |
Package source: | pipeR_0.6.tar.gz |
Windows binaries: | r-devel: pipeR_0.6.zip, r-release: pipeR_0.6.zip, r-oldrel: pipeR_0.6.zip |
OS X Snow Leopard binaries: | r-release: pipeR_0.6.tgz, r-oldrel: pipeR_0.6.tgz |
OS X Mavericks binaries: | r-release: pipeR_0.6.tgz |
Old sources: | pipeR archive |
Reverse suggests: | rlist |