Agenda
- Welcome and introductions
- About the course; about R
- Installing R, RStudio, and Quarto
- Lab 1 (complete and submit on Moodle by end of class)
Installing required software
Software to install
- R (free and open source)
- RStudio IDE (free commercial software)
- Quarto (free commercial software): “literate programming”
One more thing
- For labs, we will use Quarto to render code and outputs into pdf documents.
- This has one more prerequisite
- In RStudio, in the bottom-left pane, switch from the “Console” to the “Terminal” tab.
- Type in and run this command:
quarto install tinytex