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.sh

R

Setup r-shims.

Create RStudio project within RStudio.

rstudioapi::initializeProject()

Initialize the renv environment. Important packages can be discovered in utils/deps.R.

renv::init()

Start

Explode on paper.

Fin

Back to top