intro-to-r

R Programming

Course: ECON 6114 - R Programming

Org: Marquette University

Dates: Spring 2017, Spring 2018, Spring 2019, Spring 2020, J-term 2020, Summer 2021, Spring 2022, Spring 2023, Summer 2023, Spring 2024, Summer 2024, Spring 2025, Summer 2025, Spring 2026

Previous Course Codes: ECON 6931

Syllabus

syllabus

Slides

Week1 | Week2 | Week3 | Week4

Code

Programming Supplement

Assignments

Installing R Dependencies

Throughout the course, students are asked to follow along with example code in slides and coding supplements. Those who want to install all the dependencies needed for this upfront (instead of as they go, week-by-week) can run the provided script in this repo.

Rscript install-deps.R

Building Locally

The links above lead to hosted versions of the course content. If you want to make modifications and recreate your own local versions to test them, you can do so using GNU Make. Install make, then run the following:

make course

That recipe will install all the necessary R packages to generate example code and regenerate slides and other HTML using slidify and rmarkdown.