richfitz / remake

Make-like declarative workflows in R
Other
340 stars 32 forks source link

targets not rebuilt with create_bindings() when source edited #154

Closed fmichonneau closed 7 years ago

fmichonneau commented 7 years ago

With the current version (902ec7a) on GitHub , if using create_bindings(), I noticed that if a function on which a target depends on is edited, the function is not re-evaluated automatically. In the past, it used to be the case.

krlmlr commented 7 years ago

Yes, this is #145. The previous approach is very brittle, because some IDEs access the active bindings during tasks like autocompletion. Please call make() to recreate, you should be able to access the updated values after that.