-
Happens to the best of us, folks. I managed to completely b0rk my quarto website rendering it from a different machine. TIL: use [renv] on any quarto site repo you need to re-render. Also: sometimes you need to re-install Xcode CLI tools. #rstats
-
[renv] is very helpful because of all the packages I used in some of my blog posts. It gives your repo its own separate
library
. When possible, userenv::install(type="binary")
. Avoid recompiling packages unless you have to use bleeding edge features. -
I was having a major install headache with installing the [png] package (dynlib linking issues).