Rich FitzJohn

Results 454 comments of Rich FitzJohn

Dependency diagram is available with `remake::diagram` at the moment, but there's plenty of scope for making that better.

At the moment I think a lot of the backend stuff is working well (or it least it works for my own projects) but the UI needs heaps of work....

Sweet, that's good to know. I'm a big fan of Gabor's work, and don't think that swapping that in should be too nasty.

cc: @dfalster, @RemkoDuursma

Nope - no reason, it should really be allowed. This really should not be that much work to implement

So, R's internal download support seems to be in a state of flux at the moment. I might try and swap the current system out for libcurl based downloads, or...

> that note, it might be worthwhile to not convert jsonlite::fromJSON in the example above to character, but instead keep the call object (which can simply be eval-d). It turns...

Package versioning is not supported - there's an old issue I'll crossreference here (#13) For a package, this would be easy enough to do by depending on the result of...

The current code dependency bits do work out which target depend on the updated functions, so that should work. Totally understand the private repo thing. I'm not currently doing a...

Thanks for the MWE on this - I've started a bit of work on remake so may get this done in the next month or so