Rich FitzJohn

Results 248 issues of Rich FitzJohn

It is not possible to use the package without loading it: ``` wesanderson::wes.palette(4, "Royal1") # Error in match(x, table, nomatch = 0L) : object 'namelist' not found ``` I had...

I might be missing something but I don't see support for downloading entire directories? It looks from a [random bit of googling](http://stackoverflow.com/questions/20227324/programmatically-download-content-from-shared-dropbox-folder-links/20243081#20243081) suggests that this could be possible but that...

rdrop-0.7

This is a somewhat unsatisfactory PR as I can't replicate this reliably. As seen in https://github.com/r-lib/covr/issues/451 and https://github.com/r-lib/covr/issues/315 if the R process is killed when writing the Rds file it...

`ssh::scp_download` just warns if upload fails rather than errors - can this be turned into an error (even if it's an option that one has to set)?

There is an inconsistency in the whitespace generated by these two templates: ``` str1

This one has me baffled, I've spent a couple of hours narrowing it down, so hopefully something will jump out at you! The repository https://github.com/richfitz/crash contains a trivial package using...

Obvious first candidate for support is `data.frame`, but could use some support for non-`data.frame` like indexable structures (i.e., lists) and nested lists (access like graphs).

I'm going to implement this in C++ for rrlite, but might be really common. The problem: for me, reading out of diamonds row by row using `[.data.frame` is too slow...

Similar to the template, we should be able to request additional metadata (e.g., human readable name, email address) and store them against the key request and the key

this is a departure from the current interface but would allow the "data" workflow to be a bit more seamless