renkun-ken / pipeR

Multi-Paradigm Pipeline Implementation
Other
169 stars 39 forks source link

Consider to deprecate fun() inside Pipe object #29

Closed renkun-ken closed 10 years ago

renkun-ken commented 10 years ago

Since .() is introduced to handle dot-piping, lambda-piping as well as element extraction, fun() looks more redundant even though it is clearer to only handle dot and lambda piping. And fun() may override external function with the same name, which may lead to potential ambiguity.

Consider to deprecate the use of fun() in a future version.

renkun-ken commented 10 years ago

fun() in Pipe object has been deprecated and will be removed in version 0.5.

renkun-ken commented 10 years ago

Removed in 0.5 branch since commit 01a00dc.