Skip to content

Commit 7b14184

Browse files
author
Christopher Prener
committed
update ggpot2 instructions
1 parent c2cfe9b commit 7b14184

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

setup.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Linux users will have to install UDUNITS separately. Like the geospatial librari
150150
The following `R` packages are used in the various geospatial lessons.
151151
152152
* [`dplyr`](https://cran.r-project.org/package=dplyr)
153+
* [`ggplot2`](https://cran.r-project.org/package=ggplot2)
153154
* [`raster`](https://cran.r-project.org/package=raster)
154155
* [`rgdal`](https://cran.r-project.org/package=rgdal)
155156
* [`rasterVis`](https://cran.r-project.org/package=rasterVis)
@@ -159,13 +160,7 @@ The following `R` packages are used in the various geospatial lessons.
159160
To install them from the `R` prompt, type:
160161
161162
```r
162-
install.packages(c("dplyr", "raster", "rgdal", "rasterVis", "remotes", "sf"))
163-
```
164-
165-
Additionally, you will need to install the *development* version of [`ggplot2`](https://github.com/tidyverse/ggplot2):
166-
167-
```r
168-
remotes::install_github("tidyverse/ggplot2")
163+
install.packages(c("dplyr", "ggplot2", "raster", "rgdal", "rasterVis", "sf"))
169164
```
170165
171166
## Option B: Docker

0 commit comments

Comments
 (0)