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

Add option to force a `make_*()` segment to run #26

Closed kinto-b closed 3 years ago

kinto-b commented 3 years ago

We might want to run a particular step of the pipeline no matter what. For example, we might want to refresh a particular file from an external source

kinto-b commented 3 years ago

Will be in next release