A neat post from Tom Palmer on managing a large R-Universe, including a bunch of `justfile` receipes : https://remlapmot.github.io/post/2026/runiverse-tips/

#RStats #RUniverse #Just

Five tips for managing your R-universe 🚀 | Dr Tom Palmer

A few tips I find helpful for managing my R-universe. Including; referring to pull requests, adding and removing packages and checking your packages.json with justfile recipes, and finding out your package dependencies.

Dr Tom Palmer