Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 752 Bytes

LearnR Data Journalism Tutorials

Interactive R tutorials for JOUR307 at the University of Nebraska-Lincoln's College of Journalism and Mass Communications.

To get them started, you need to do the following:

  1. Install the latest version of R on your computer (a recent version will do if you already have it installed).
  2. Install the latest version of R Studio.
  3. Then, in the console of R Studio, run the following command:

install.packages(c("tidyverse", "rmarkdown", "lubridate", "janitor", "cowplot", "learnr", "remotes", "devtools", "rvest"))

  1. After that finishes, run the following command:

devtools::install_github("mattwaite/DataJournalismTutorials")

If you are prompted that newer versions exist, decline to install them.