Gavin Simpson
Gavin Simpson
> There is one thing that I do not understand: why do you think that using Title case is bad for variables? After all, plot labels usually are title case,...
Thanks for this @yihui and especially @cderv for the in-depth analysis and explanation - very helpful indeed! Pandoc's use of alt text as a caption goes against the definition of...
I'm going to close this as "can't reproduce". It can be reopened if a reproducible example is forthcoming.
I don't want to alter `shuffle()` or `shuffleSet()` to do this, but I could add a `permutations()` that would do what you wanted (internally call `shuffleSet()` and then us the...
Ooops, quite right @jarioksa
As vegan now depends on R >= 4.1.0 this is all moot. I'll require R >= 3.6.0 for permute now
Do you have an example where I enforce this in *permute*? I don't recall putting in that restriction but it's a while since I wrote a lot of this and...
Thanks for this; I should be able to quickly fix `check()` to run the `strata` checks within `blocks` to allow this
This can currently be configured to happen automagically by setting `minperm` to an appropriate value; the default is `99`. We could change `minperm` to `minperm = 50000` (would need to...
Right, but I would prefer to set the `factorial(8)` limit as an argument rather than hard-code this limit in `check()`. Also, this is really what `minperm` was designed for although...