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

Bug in pipeline #4

Closed kinto-b closed 3 years ago

kinto-b commented 3 years ago

Out-of-dateness still not flowing through the pipeline properly despite 7a6a7cca974b20a939727ab9f263ae8f19c21939.

Pipeline segments were being invalidated if the source file was newer than the dependencies. Need to prevent that from occurring.

Targets are out-of-date if and only if they are older than their dependencies, or their dependencies are older than their dependencies, and so on.