kinto-b / makepipe

Tools for constructing simple make-like pipelines in R.
https://kinto-b.github.io/makepipe/
GNU General Public License v3.0
30 stars 0 forks source link

Refactor Pipeline #27

Closed kinto-b closed 3 years ago

kinto-b commented 3 years ago

Implement a Segment class to serve as the basic building block for the Pipeline. This will clarify the link between the fundamental make_*() functions and the Pipeline object and should make it easier to implement #3, #24, etc.