To-Dos, Before Our Session Begins
Why Chores Before Our Session Even Begins?
This session is designed to be a beginner friendly environment in live seminar/lab style. To follow along, we need to have the same tools to work with. We are completing setups before our session so that we can dive right into the good stuff in our session.
Please ensure all of the setups in the “What Setups Do We Need?” completed before joining the session.
What Setups Do We Need?
- Personal laptop.
Windows OS preferred, as I will be using a Windows laptop for the session.
Why Personal laptops?
- Company-managed laptops tend to have restrictive IT policies that tend to prohit us from installing the tools as we need.
Setup How-tos
How to Install R?
There are 2 parts:
We need to install a software that can “understand” R lanugage and command your computer to do things accordingly. This software is called “R”, yes the same as the language name “R”. You can find it here: CRAN R Download.
We need to install another software that can help us to be very productive working with R.
There are many options in this category. The top 2 choices are:
- RStudio
- This is considered as the Go-to tool to work with R, highly recommeded for beginner with R. For maximum beginner friendliness, this is what we will use here.
- RStudio Desktop Download Link
- Positron
- This is still currently in preview, but it will likely be successor to RStudio one day.
- Visual Studio Code
- This excellent to work with multiple programming lanugage environments, but it requires a quite bit setup, so not recommended for beginner.
At this stage, there are many publicly available walkthroughs to install both of the tools. I will recommend a few here, one for each major personal computer environment.
Please note that the R version in the referenced videoes might not be as recent as you will see, but the installation process will be the same.
How to Install Quarto?
The curating company, Posit, makes Quarto pretty accessible for all major operating systems. There are many publicly available walkthroughs to install Quarto. I will recommend one for each major personal computer environment here:
Please note that the Quarto version in the referenced videoes might not be as recent as you will see, but the installation process will be roughly the same.
Special Credit
This website that you are reading, guess what? I made it with the help of Quarto!!