Last active
November 19, 2021 17:52
-
-
Save Pakillo/d243bcc42a34d3abaf1f1f993563e1b3 to your computer and use it in GitHub Desktop.
Revisions
-
Pakillo renamed this gist
Nov 19, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Pakillo created this gist
Nov 19, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ # Install R latest version: https://cloud.r-project.org/ # For installing R on Linux, check out https://docs.rstudio.com/resources/install-r/ # Instructions: https://moderndive.netlify.app/1-getting-started.html # Install RStudio latest version: https://www.rstudio.com/products/rstudio/download/#download # Open RStudio and install some R packages using the code below: install.packages(c( "tidyverse", "sf", "mapview", "leaflet", "terra", "ggspatial", "tmap", "cowplot", "ggthemes", "maptiles", "geodata" ))