Geospatial Analysis with R
Class 2
Class overview
- Installation progress/trouble-shooting
R
packages
git
/ GitHub
- Tips and tricks for productivity
R packages
- File structure
- Where packages live
- library versus package
- Exported functions, loading packages
Types of packages
![]()
http://r-pkgs.had.co.nz/package.html
Installing packages
![]()
https://r-pkgs.org/diagrams/install-load.png
git / GitHub
- Commits, pushes, pulls
- Branching
- Merging
Tips and Tricks
- Tab completion and shortcuts
- Reusing code
- Code syntax
- Posting guide