Gavin Simpson

Results 128 comments of Gavin Simpson

I'm hitting this too and I don't think I have an excessive number of snapshots. Would it be possible compress the individual svg files, and then uncompress them when reading...

svglite supports compressed svg if the filename has extension `.svgz`, so writing compressed SVG should be easy to handle. Not sure what's required on the testthat end to open these...

While I do understand your reasoning here, I think calling `coord_map()` superseded is no longer appropriate if you are going to break perfectly fine code in later updates that you...

> The axis angle also wasn't applied in previous versions, see example below. Sorry, I should have been clearer; I shouldn't have implied the code "worked" in the sense that...

@thomasp85 I guess this is a clash between the "User" use-case and the "Developer" use-case, which lifecycle doesn't seem to address, but, from the lifecycle [descriptions of the statuses](https://lifecycle.r-lib.org/articles/stages.html#superseded) >...

If we're not talking about a highly modular system like ggplot2, then I would expect `coord_map()` to continue to work without warnings regardless of what other changes are made in...

> My point above was that your code was not perfectly correct But `coord_map()` did the right thing, right? It was the `guides()` call that wasn't? Perhaps this is what...

In the end, no; I think you'd fixed some things that were causing errors and warnings that I got a bug report over and to keep testing time down this...

As you mentioned that the reported behaviour in the original issue was "probably not intended", I note that the reported behaviour remains in ``` > packageVersion("styler") [1] ‘1.10.2.9000’ ``` With...

I've done a PR on QFASA to add an `importFrom(vegan, adonis)` statement: cstewartGH/QFASA#13 But I assume this isn't a major problem other than the fact that it still uses `adonis()`...