Skip to content

Commit 17e40a6

Browse files
Merge pull request #72 from drakeasberry/packages-update
updated lists of rpackages utilized in Introduction to Geospatial Ras…
2 parents 57428ae + 08bf769 commit 17e40a6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

learners/setup.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,14 @@ The following `R` packages are used in the various geospatial lessons.
146146
- [`dplyr`](https://cran.r-project.org/package=dplyr)
147147
- [`ggplot2`](https://cran.r-project.org/package=ggplot2)
148148
- [`raster`](https://cran.r-project.org/package=raster)
149-
- [`rgdal`](https://cran.r-project.org/package=rgdal)
150149
- [`rasterVis`](https://cran.r-project.org/package=rasterVis)
150+
- [`RColorBrewer`](https://CRAN.R-project.org/package=RColorBrewer)
151151
- [`remotes`](https://cran.r-project.org/package=remotes)
152+
- [`reshape`](https://CRAN.R-project.org/package=reshape)
153+
- [`scales`](https://cran.r-project.org/package=scales)
152154
- [`sf`](https://cran.r-project.org/package=sf)
155+
- [`terra`](https://cran.r-project.org/package=terra)
156+
- [`tidyr`](https://CRAN.R-project.org/package=tidyr)
153157

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

161165
``` r
162-
install.packages(c("dplyr", "ggplot2", "raster", "rgdal", "rasterVis", "sf"))
166+
install.packages(c("dplyr", "ggplot2", "raster", "rasterVis", "RColorBrewer", "remotes", "reshape", "scales", "sf", "terra", "tidyr"))
163167
```
164168

165169
You should see a status message starting with:

0 commit comments

Comments
 (0)