tladeras’s avatartladeras’s Twitter Archive—№ 7,506

  1. 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
    1. …in reply to @tladeras
      [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, use renv::install(type="binary"). Avoid recompiling packages unless you have to use bleeding edge features.
      1. …in reply to @tladeras
        I was having a major install headache with installing the [png] package (dynlib linking issues).