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

Don't fail if `dependencies` don't exist #30

Closed kinto-b closed 2 years ago

kinto-b commented 3 years ago

Currently make_*() will throw an error if a supplied dependency doesn't exist.

However, there are certain scripts one might wish to run which gracefully take care of missing dependencies (e.g. they check whether the dependency exists and, if not, set up a dummy version within script).

It might be preferable to leave it to the underlying script/code to throw the error

cc: @paddytobias

kinto-b commented 2 years ago

@paddytobias will be in the next release :)