alex hayes

Results 56 issues of alex hayes

Picking up https://github.com/tidymodels/broom/pull/262

`broom.mixed` should re-export tidy/glance/augment so that users do not need to load `broom` to use `broom.mixed`. There's a vignette incoming with recommendations on how to do this, but it's a...

Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_distributions3.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `devtools::build_readme()` * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual...

Currently https://declaredesign.org/r/estimatr/articles/mathematical-notes.html only documents the form of covariance estimators for linear models with a single outcome. However, `lm_robust()` supports multiple outcomes. It would be helpful to document the computation that...

I'm trying to use `fastglm` for some simulations, and a `simulate()` method would be super convenient. Since the speed of `fastglm` makes is an appealing package for simulations, I think...

Thanks for inviting me to review a chapter of *Telling Stories with Data*. I really admire the scope and ambition of your project here, and hope my feedback is able...

So that you have just do: File > New File > R Markdown > From Template > {This Template}

https://github.com/tidymodels/parsnip/pull/124