rstudioapi::initializeProject()Quarto Site Environment Setup
Hereโs all the setup.
Quarto
Setup quarto-shims.
Then, run below to install & setup quarto. wget is required in your shell environment, can be installed on Mac via homebrew.
./utils/download-quarto.shR
Setup r-shims.
Create RStudio project within RStudio.
Initialize the renv environment. Important packages can be discovered in utils/deps.R.
renv::init()Start
Explode on paper.