Skip to content
Prev 26281 / 29559 Next

sf/ggplot version hell....

The usual thing I've seen (e.g. in a workshop by Edzer Pebesma) is "You 
need the development version of ggplot2...". Of course that can't be 
true forever, but maybe it still is.
If you have either the `devtools` or `remotes` package installed you can 
just install the GitHub version of `ggplot2` directly by loading one of 
those packages and typing:
   install.github("tidyverse/ggplot2")

Cheers,
Ege
On 02/03/2018 10:16 PM, Peter van Horssen wrote: