Alex Reinhart
Alex Reinhart
tidy.lm and tidy.glm use summary(x)$coefficients, then join with coef(x) to handle the case where the fit is rank deficient and some terms with NA coefficients are missing from summary(x)$coefficients. However,...
In a rhymescheme aabba, for example, in which the first line ends in an unrhymable word, all subsequent "a" lines will be made randomly rather than rhyming. The last two...
We should avoid ending lines with words like "a" or "the".
According to the [`spacy_install()` documentation](https://spacyr.quanteda.io/reference/spacy_install.html), one can provide a vector of multiple lang_models if you'd like multiple installed at once. But the code in `spacy_download_langmodel()` can't handle this case. This...
It's not correct to say R uses numbers with "a fixed number of decimal places"; that implies fixed-point arithmetic, but R uses floating-point arithmetic, where the number of decimal places...
Quarto supports inline code using the backtick operator [1], using backticks and curly quotes to specify the engine. Because of this, `{{ }}` is apparently parsed as inline code and...
## Prework - [x] Read and abide by **gt**'s [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md). - [x] Search for duplicates among the [existing issues](https://github.com/rstudio/gt/issues) (both open and closed). ## Proposal...