Martin Ueding

Results 166 comments of Martin Ueding

I also see these warnings in most of the files that I import. I would also conclude that it is not a mandatory field.

It would be nice to see this. I blog in German using Tinkerer and I currently resort to manually editing the title after escaping all the umlauts manually with “ä”...

Apparently I'm drawn to play devil's advocate as my first reaction was: Tidy data is nice, but what about performance? In the Lüscher Analysis I found that data frames with...

That's good to hear! I do like the dynamic flexibility of the tidy data format. It feels a bit as if you are blurring the hierarchy of paramvalf, right? In...

I've just implemented what you have linked in the blog posts, so it isn't my original idea :smile:. Carsten suggested in the linked issue that we should rather use a...

CRAN has a 5 MB limit, the idea is to specifically not have it on CRAN and put a bunch of data here. And just because I put in the...

We just have it in `Suggests`, where we already have soft dependencies on Bio Conductor. That itself does not seem to be a problem. And the `Additional Repositories` entry makes...

The dependency is a weak one, users need to manually install the example data package, and it will live in a different namespace. If we would limit ourselves to 5...

It seems that if one promises to update a package less often, one can exceed the 5 MB of data. What exactly do we want to offer? So far I...

If we just have it on our webserver (GitHub Pages), we would have the maximum flexibility. If the package is several hundred MB, then we will have a problem after...