Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.05 KB

2018-10-15 Introduction to R

Slides for an Introduction to R

Build Status

URL to view slides

https://rusergroupcoza.github.io/20181015-introduction-to-r/

Pre-requisites

  • install.packages("devtools")
  • devtools::install_github("emitanaka/xaringan")
  • devtools::install_github("emitanaka/icon")
  • devtools::install_github("emitanaka/anicon")
  • devtools::install_github("njtierney/ukpolice")
  • devtools::install_github("hadley/babynames")
  • devtools::install_github("jennybc/gapminder")
  • install.packages("sf") but for those with Ubuntu, you may have trouble but all can be easily resolved by following these instructions

References