Skip to content

Instantly share code, notes, and snippets.

@Pakillo
Last active November 19, 2021 17:52
Show Gist options
  • Save Pakillo/d243bcc42a34d3abaf1f1f993563e1b3 to your computer and use it in GitHub Desktop.
Save Pakillo/d243bcc42a34d3abaf1f1f993563e1b3 to your computer and use it in GitHub Desktop.

Revisions

  1. Pakillo renamed this gist Nov 19, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Pakillo created this gist Nov 19, 2021.
    21 changes: 21 additions & 0 deletions gistfile1.txt
    Original 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"
    ))