-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathDESCRIPTION
25 lines (25 loc) · 920 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: pipeR
Type: Package
Title: Multi-Paradigm Pipeline Implementation
Version: 0.6.1.3
Author: Kun Ren <[email protected]>
Maintainer: Kun Ren <[email protected]>
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