Skip to content

Commit

Permalink
Merge pull request #72 from drakeasberry/packages-update
Browse files Browse the repository at this point in the history
updated lists of rpackages utilized in Introduction to Geospatial Ras…
  • Loading branch information
mikemahoney218 authored Mar 25, 2024
2 parents 57428ae + 08bf769 commit 17e40a6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,14 @@ The following `R` packages are used in the various geospatial lessons.
- [`dplyr`](https://cran.r-project.org/package=dplyr)
- [`ggplot2`](https://cran.r-project.org/package=ggplot2)
- [`raster`](https://cran.r-project.org/package=raster)
- [`rgdal`](https://cran.r-project.org/package=rgdal)
- [`rasterVis`](https://cran.r-project.org/package=rasterVis)
- [`RColorBrewer`](https://CRAN.R-project.org/package=RColorBrewer)
- [`remotes`](https://cran.r-project.org/package=remotes)
- [`reshape`](https://CRAN.R-project.org/package=reshape)
- [`scales`](https://cran.r-project.org/package=scales)
- [`sf`](https://cran.r-project.org/package=sf)
- [`terra`](https://cran.r-project.org/package=terra)
- [`tidyr`](https://CRAN.R-project.org/package=tidyr)

To install these packages in RStudio, do the following:\
1. Open RStudio by double-clicking the RStudio application icon. You should see something like this:
Expand All @@ -159,7 +163,7 @@ To install these packages in RStudio, do the following:\
2\. Type the following into the console and hit enter.

``` r
install.packages(c("dplyr", "ggplot2", "raster", "rgdal", "rasterVis", "sf"))
install.packages(c("dplyr", "ggplot2", "raster", "rasterVis", "RColorBrewer", "remotes", "reshape", "scales", "sf", "terra", "tidyr"))
```

You should see a status message starting with:
Expand Down

0 comments on commit 17e40a6

Please sign in to comment.