You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, you will need to install the *development* version of [`ggplot2`](https://github.com/tidyverse/ggplot2):
166
+
167
+
```r
168
+
devtools::install_github("tidyverse/ggplot2")
163
169
```
164
170
165
171
## Option B: Docker
@@ -172,7 +178,7 @@ Once up and running - you'll have full access to RStudio right from your browser
172
178
173
179

174
180
175
-
*Please be aware that the `R` package `rasterVis` is not included in the `rocker/geospatial` Docker image. If your instructor teaches with this package, this will be the one `R` package you will need to install yourself. All other `R` packages will already be installed for you.*
181
+
*Please be aware that the `R` package `rasterVis` is not included in the `rocker/geospatial` Docker image. If your instructor teaches with this package, this will be an `R` package you will need to install yourself. You will also have to install the development version of `ggplot2` until `ggplot2` is released in June 2018 and the updated version is added to `rocker/geospatial`. All other `R` packages will already be installed for you.*
176
182
177
183
> ## Downloading and Installing Docker Community Edition
0 commit comments