R Programming

Course: ECON 6114 - R Programming

Org: Marquette University

Dates:

Previous Course Codes:

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.