C:/Users/jah2ax/OneDrive - University of Virginia/Documents/GitHub/penguins-quarto
├── data
│ └── empty.csv
├── penguins-quarto.Rproj
├── presentation
│ ├── images
│ │ ├── figures_for_slides-01.png
│ │ └── visual_mode_2x.png
│ ├── repro_analysis_R_RStudio.bib
│ ├── repro_analysis_R_RStudio_quarto.html
│ ├── repro_analysis_R_RStudio_quarto.qmd
│ ├── repro_analysis_R_RStudio_quarto.rmarkdown
│ └── repro_analysis_R_RStudio_quarto_files
│ └── libs
│ ├── clipboard
│ │ └── clipboard.min.js
│ ├── quarto-html
│ │ ├── popper.min.js
│ │ ├── quarto-html.min.css
│ │ ├── quarto-syntax-highlighting-dark.css
│ │ ├── quarto-syntax-highlighting.css
│ │ ├── tabby.min.js
│ │ ├── tippy.css
│ │ └── tippy.umd.min.js
│ └── revealjs
│ ├── dist
│ │ ├── reset.css
│ │ ├── reveal.css
│ │ ├── reveal.esm.js
│ │ ├── reveal.esm.js.map
│ │ ├── reveal.js
│ │ ├── reveal.js.map
│ │ └── theme
│ │ ├── fonts
│ │ │ ├── league-gothic
│ │ │ │ ├── league-gothic.css
│ │ │ │ ├── league-gothic.eot
│ │ │ │ ├── league-gothic.ttf
│ │ │ │ ├── league-gothic.woff
│ │ │ │ └── LICENSE
│ │ │ └── source-sans-pro
│ │ │ ├── LICENSE
│ │ │ ├── source-sans-pro-italic.eot
│ │ │ ├── source-sans-pro-italic.ttf
│ │ │ ├── source-sans-pro-italic.woff
│ │ │ ├── source-sans-pro-regular.eot
│ │ │ ├── source-sans-pro-regular.ttf
│ │ │ ├── source-sans-pro-regular.woff
│ │ │ ├── source-sans-pro-semibold.eot
│ │ │ ├── source-sans-pro-semibold.ttf
│ │ │ ├── source-sans-pro-semibold.woff
│ │ │ ├── source-sans-pro-semibolditalic.eot
│ │ │ ├── source-sans-pro-semibolditalic.ttf
│ │ │ ├── source-sans-pro-semibolditalic.woff
│ │ │ └── source-sans-pro.css
│ │ └── quarto.css
│ └── plugin
│ ├── highlight
│ │ ├── highlight.esm.js
│ │ ├── highlight.js
│ │ ├── monokai.css
│ │ ├── plugin.js
│ │ └── zenburn.css
│ ├── markdown
│ │ ├── markdown.esm.js
│ │ ├── markdown.js
│ │ └── plugin.js
│ ├── math
│ │ ├── katex.js
│ │ ├── math.esm.js
│ │ ├── math.js
│ │ ├── mathjax2.js
│ │ ├── mathjax3.js
│ │ └── plugin.js
│ ├── notes
│ │ ├── notes.esm.js
│ │ ├── notes.js
│ │ ├── plugin.js
│ │ └── speaker-view.html
│ ├── pdf-export
│ │ ├── pdfexport.js
│ │ └── plugin.yml
│ ├── quarto-line-highlight
│ │ ├── line-highlight.css
│ │ ├── line-highlight.js
│ │ └── plugin.yml
│ ├── quarto-support
│ │ ├── footer.css
│ │ ├── plugin.yml
│ │ └── support.js
│ ├── reveal-menu
│ │ ├── menu.css
│ │ ├── menu.js
│ │ ├── plugin.yml
│ │ ├── quarto-menu.css
│ │ └── quarto-menu.js
│ ├── search
│ │ ├── plugin.js
│ │ ├── search.esm.js
│ │ └── search.js
│ └── zoom
│ ├── plugin.js
│ ├── zoom.esm.js
│ └── zoom.js
├── quarto
│ ├── 01_basics.qmd
│ └── 02_computations.qmd
├── README.md
└── scripts
└── 01-penguins.R