Pre-class activity for today:
Install R and RStudio, following Steps 1 and 2 from this website.
Install Git onto your computer.
If using Windows, refer to this website
If using Mac OS or Linux, refer to this website
If you already have R, RStudio, and Git already available on your computer, verify that you have the most recent versions of each. This is especially important for R, as it is updated regularly (approximately each month). Currently, Gaurav is using R version 4.4.3 (2025-02-28).a
Create an account on GitLab, which is the remote git server that we will use for this course.
Follow the steps in this video to authenticate your laptop’s credentials with Gitlab.
Share your gitlab username with Gaurav through email or Discord so that you can be added to the course “group”.
Within R, execute the following code to install useful packages:
Tools overview:
R and RStudio
Git, Gitbash, and Gitlab
R Packages you installed (rmarkdown, knitr, tidyverse, tinytex, and vegan)
In this course, plan to write R code in RStudio, and complete your submissions through Gitlab.
Create a new file, which can be committed and pushed to gitlab.
Create a new Quarto file; render it as a PDF; commit and push it to gitlab.