About the site

Modified

October 31, 2024

This site is generated in Quarto using RStudio. The rendered site is hosted using GitHub pages.

Here is additional information about the R session.

sessionInfo()
R version 4.4.1 (2024-06-14)
Platform: aarch64-apple-darwin20
Running under: macOS Sonoma 14.7.1

Matrix products: default
BLAS:   /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRblas.0.dylib 
LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib;  LAPACK version 3.12.0

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.4.1    fastmap_1.1.1     cli_3.6.2        
 [5] tools_4.4.1       htmltools_0.5.8.1 rstudioapi_0.16.0 yaml_2.3.8       
 [9] rmarkdown_2.26    knitr_1.46        jsonlite_1.8.8    xfun_0.44        
[13] digest_0.6.35     rlang_1.1.3       evaluate_0.23    

Standard workflow

  1. Open project
  2. Pull
  3. Make changes
  4. Render site
  5. Preview site
  6. Commit changes
  7. Push to GitHub

flowchart LR
  A[Open project] --> B(Pull)
  B --> C{Make changes}
  C --> D[Render site]
  D --> E[Preview site]