Useful R Packages & Resources
packages
resources
R
A list of cool R packages & resources, updated when I think about it
Stats
Packages useful for statistical analyses
Visualizations
Packages useful for visualizing data
- patchwork - Joining figures together
Acquiring Data
For accessing data
- weathercan - Download historical ECCC (Canadian) data (my package!)
Working with Data
For working with data or specific data types
Packages
Resources
- R for Data Science [book] by Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund
- R4DS Online Learning Community - Community for learning R, generally with the tidyverse, originally developed as an “R for Data Science” (R4DS) book club
Spatial Data
Packages
- sf - GIS work with spatial data
- ggspatial - Adding more options for plotting spatial data in ggplot2
- mapview - Quick interactive maps
- rnaturalearth - Get spatial map files from NaturalEarth
Resources
- Spatial Data Science [book] by Edzer Pebesma and Roger Bivand
Workflows
Packages useful for workflows
Package Development1
Packages
Resources
- R packages [book] by Hadley Wickham and Jennifer Bryan
Footnotes
Making packages↩︎