Rich FitzJohn

Results 193 comments of Rich FitzJohn

OK, thinking that the configuration could look like this: ``` r { "read": "base::readRDS", "filename": { "iris": "iris.rds", "mtcars": "mtcars.rds" }, "index": "index.json" } ``` where the files will be...

I hadn't actually thought about that but you are right - that seems worth supporting. However, that leaves things in the terrible `sapply`/`strsplit` situation - because R lacks true scalars,...

I'm really not sure what the path of least terribleness there is. The `drop` argument to `[` came from that line of thinking and it's one of my least favourite...

Thanks for tagging me @bpbond - I don't get gh notifications otherwise. No immediate plans, partly because this is the sort of package that CRAN makes deeply unpleasant to get...

No updated thoughts - I feel we have a list somewhere of things that should be fixed before it goes live but I can't see it immediately: * support (even...

More: https://twitter.com/srsupp/status/701838040075927553

I think that this is something that @hrbrmstr and @ironholds have discussed

See also: http://ropensci.org/blog/technotes/2016/10/19/gpg-release by @jeroen

Either its own package (which should be very little work given what Remko has) or in baad.data with deps as `Suggests` (which is probably less desirable because it's less straightforward...

cyphr just wraps `sodium` and `openssl`. With the former we can have deterministic encryption for symmetric keys if you pass the `nonce` argument through with suitable random data. I don't...