Guidance

1.3 Syllabus

This document is not the syllabus. Please refer to Mason Garrison’s syllabus here: https://smasongarrison.github.io/syllabi/

1.4 Materials

1.4.1 Hardware

This class requires that you have a laptop that can run R.

1.4.2 Required Texts

The text is intended to supplement the videos, lecture notes, tutorials, activities, and labs. You probably need to consume all of them in order to be successful in this class.

1.4.3 Software

1.4.3.1 R and RStudio

R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows, and MacOS.

RStudio is a free integrated development environment (IDE), a powerful user interface for R.

1.4.3.2 Git and Github

Git is a version control system. Its original purpose was to help groups of developers work collaboratively on big software projects. Git manages the evolution of a set of files – called a repository – in a structured way. Think of it like the “Track Changes” features from Microsoft Word.

Github is a free IDE and hosting service for Git. As a Wake Forest student, you should be able to access the GitHub Student Developer Pack for free. It includes a free PRO upgrade for your github account.