Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 618 Bytes

SETUP.md

File metadata and controls

38 lines (23 loc) · 618 Bytes

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