This site is generated in Quarto using RStudio. The rendered site is hosted using GitHub pages.
Here is additional information about the R session.
R version 4.5.2 (2025-10-31)
Platform: aarch64-apple-darwin20
Running under: macOS Sequoia 15.7.2
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.1
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
time zone: America/New_York
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] htmlwidgets_1.6.4 compiler_4.5.2 fastmap_1.2.0 cli_3.6.5
[5] tools_4.5.2 htmltools_0.5.8.1 rstudioapi_0.17.1 yaml_2.3.10
[9] rmarkdown_2.30 knitr_1.50 jsonlite_2.0.0 xfun_0.54
[13] digest_0.6.38 rlang_1.1.6 evaluate_1.0.5
Standard workflow
- Open project
- Pull
- Make changes
- Save Changes
- Render site
- Preview site
- Commit changes
- Push to GitHub
flowchart LR
A[Open project] --> B(Pull)
B --> C{Make changes}
C --> D[Render site]
D --> E[Preview site]