Rich FitzJohn

Results 454 comments of Rich FitzJohn

Perhaps something that combined the two ideas - an argument to `create_bindings` that allows creating bindings just for a subset of targets.

Try adding `plot: true` to your example and things work fine. Arguably this is a different bug in remake; your file dependency `plot.png` did not produce a file. So when...

The idea for syntax above does not work so well in the case of plots: ``` m$add_target("foo.plot"

Something like this would be doable (but with a bit more effort) and might be really nice: ``` m

Do you think that's _always_ the best way around? Obviously this is not a huge headache to change, but I my feeling was that the things `source`-d would be essentially...

Probably also worth noting that I walked back on the implementation of interactivity I first thought about and removed it (might be in the refactor branch?)

Oh, this is a seriously _great_ idea. There will be some serious new work involved with getting the files to behave (object targets will be easier). The extra storage for...

I agree, but it's a good thing to think about. After the first CRAN release perhaps...

This is a great idea. I actually thought we had something like this in the issue list already. I'd be most interested in helping people capture the _why_ (why is...