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 `envir` argument to `make_with_source()` #16

Closed kinto-b closed 3 years ago

kinto-b commented 3 years ago

. It doesn't make sense for make_with_source() to evaluate in the global by default while make_with_recipe() evaluates in the parent.frame().

Suggested by @gorcha in https://github.com/kinto-b/makepipe/issues/2#issuecomment-919090337_