I was recently diagnosed with a rare autoimmune disorder called anti-NMDA receptor encephalitis. It's a "disease of chaos" that completely upturned my life for a couple months.
I wrote a blog about it that goes into more detail and discusses prognosis. :-)
burntsushi.net/encephalitis/
and `dplyr::recode_values()`, `dplyr::replace_values()`, and `dplyr::replace_when()`:
To write good, "reviewable code", we’re recommending:
🧹 Strict formatting, using tools like Air for R and Ruff for Python
🤖 AI to help generate comments and docs
🧠 Pipeline tools like Make or {targets}
🧪 Code testing
For code review practices, we're leveraging much of the excellent #TidyTeam code review guide by @davisvaughan.bsky.social
[🔗 code-review.tidyverse.org/]
As academics, our process will be guided by our #research goals:
🔁 Reproducibility (does the code run?)
🎯 Accuracy (is the code right?)