On 02/03/2018 01:33 PM, Ege Rubak wrote:
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")
For both packages it is
install_github("tidyverse/ggplot2")
This is one the more frequently asked question here, at rstudio::conf,
too, I noticed; Hadley seems to be aware, but is also pretty much
involved in the conference right now.
Regards,
Cheers,
Ege
On 02/03/2018 10:16 PM, Peter van Horssen wrote:
Hi all,
I am trying to plot a simple feature object with ggplot but i can't
find the proper ggplot version.
I am following : http://ggplot2.tidyverse.org/reference/ggsf.html
running R 3.4.3 fro win10 x64
I tried the newest version from? cran (ggplot 2.2.1)? but? keep ending
up with 'could not find function "geom_sf"'
somehow I seem to miss? something
can somebody point me to (information with) the versions of sf and
ggplot which do work ?
thanks in advance
Peter van Horssen