Rich FitzJohn

Results 454 comments of Rich FitzJohn

Right. There should be a warning earlier in the the output saying something like: ``` Warning "grid_10min_tmp.dat" not found. Did you mean, etc, etc ``` right?

This is a limitation in the digest package, by way of a limitation in R's handling of vectors. I can think of a few workarounds but none of them are...

Development versions of digest support long vectors, so this will go away once it is updated on CRAN. When that happens I'll either depend on the new version or add...

Thanks for the detailed report. It actually looks like this is triggering during writing the object out with writeBin (which is itself called by `saveRDS(value, self$name_hash(hash), compress=self$compress)`). That function is...

Hmm, I can't reproduce here: ``` dat

Good idea. Are you OK to work up a PR for this?

I have used staticdocs on a number of projects; for example [here](https://github.com/richfitz/ring). Deploying it off of the travis build is a nice idea, but would you mind setting it up...

So, yes - thank you this is great :)

Good idea! There's a question of how deep that should go (aliases that include only other aliases perhaps?). But the simplest case would be "a target that does not have...

This is the same issue as #129 I think, and is a bug. I got part way through a solution to this before getting derailed again; it's a little subtle...