Hugo Gruson
Hugo Gruson
Thanks for the report! It is the same issue as https://github.com/swcarpentry/r-novice-inflammation/issues/493. Briefly, the version 4.0 of R changed the default value of `stringAsFactors` in `read.csv()`. This was not properly documented...
Hi @Ammar-K, thanks for your suggestion! I notice you opened the pull request [in your own fork of this repository](https://github.com/Ammar-K/r-novice-inflammation/pull/1). Instead, it should be in this repository: https://github.com/swcarpentry/r-novice-inflammation. Would you...
Thanks for the report! This issue is related to the previous version of our lesson infrastructure. We have since then moved in a different direction, which will hopefully prove easier...
Hi @ereverman, thanks for the suggestion! I agree the term "partial statistics" is not very clear. Could you please submit a pull request with your suggested phrasing? :relaxed:
I reviewed the code and couldn't find any occurences at this time. Additionally, the new workbench infrastructure, and [`pegboard::validate_links()`](https://carpentries.github.io/pegboard/reference/validate_links.html) in particular, will now check that all links are associated with...
This would probably require a breaking change because `tcspace()` currently uses Stoddard and Prum's convention for vertices.
If we're in the mood of making breaking changes, we might as well go all the way through and use [this black magic snippet from stack overflow](https://mathoverflow.net/a/184585): ```r simplex
http://www.avidsynergy.com/pdf/n_dimensional_spherical_cordinates.pdf This might be the last missing piece.
> This would probably require a breaking change because tcspace() currently uses Stoddard and Prum's convention for vertices. BTW, on that note, the vignette describes Kelber's convention, even for tetrachromats,...
For safekeeping: https://blog.r-hub.io/2020/02/10/code-generation/ This might be another option instead of a single function for all dimensions.