Gavin Simpson
Gavin Simpson
Right, but I don't think there is anything here that would stop us creating equivalent plots in base graphics or Lattice which we do have in **vegan**. It doesn't look...
Even with your notes in the examples, the plots for `permutest.betadisper`'s `permustats` aren't nice. `panel.qqmath` has the following example: ``` r set.seed(0) xx
I think a custom panel function that accepts a vector `distribution` argument and calls `panel.qqmath(..., distribution = distribs[panel.number()])` might suffice...* \* == famous last words
@maelle yes, that is still my intention. I'm paying the price of being out of the office too much this summer and now need to find time in my schedule...
Thanks for the suggestion @lukasjonkers Looks like the changes are failing the testthat tests. I'll look in more detail later, but perhaps it would be better to keep the function...
@lukasjonkers Sorry that I wasn't clear. Let's assume we fix the meta data parsing problems (which seems like something we certainly should do), would an `as_tibble()` method work in that...
Thanks for this @uschindler @naupaka and I have taken over maintaining {pangaear}, so I'm not even sure yet how everything you mention affects the package and what would be involved...
Personally I don't think that's a good idea as it forces a dependency on users who might not otherwise want to do their wrangling using {janitor}. The pages should be...
@SimonGoring You **really** _don't want to do this_! The code takes hours to run and so each time we test we'd have to turn off checking of vignettes (which is...
@SimonGoring That would be OK, but I would include a rendered PDF file and a rendered html. FYI, this would not be considered a vignette in formal R-pkg sense as...