Rich FitzJohn

Results 147 comments of Rich FitzJohn

Currently we allow ```r x[]

For consistency, I think we should deprecate the current syntax for multinomials and require ```r x[.]

the other part of the puzzle is in #213

Relevant issue for fst: https://github.com/fstpackage/fst/issues/9

...and https://github.com/fstpackage/fst/issues/24 https://github.com/fstpackage/fst/issues/153 https://github.com/fstpackage/fst/issues/91

Oh sorry I have missed the previous PR entirely. Last time I did some work on datastorr it was to try and simplify things away from needing to use a...

Here's the website with a bit more information http://data.okfn.org/doc/data-package Importantly, this can be additional to what we currently have and allow better interopability. I don't believe there is good R...

Yeah, this is not too much work now that I have the automatic uploading thing worked out. We'd just hook into the same set of routines. I think I'd opt...

The column specific meta-data is someone else's problem, I think. Not all the data stored this way will be tabular, in any case. So as long as there's a facility...

I will try and work up a prototype for this and see if it works. It should be possible with the current implementation with the changes that: - filename can...