paleolimbot / ggspatial

Enhancing spatial visualization in ggplot2
https://paleolimbot.github.io/ggspatial
371 stars 35 forks source link

error with ggpolypath #1

Closed paleolimbot closed 7 years ago

paleolimbot commented 7 years ago

Apparently getting the following when plotting polygons.

ggpolypath was created using a different version of ggproto

quick fix solution is to install a previous version of the package (that doesn't use ggpolypath):

devtools::install_github('paleolimbot/ggspatial', ref='1254e83')
mdsumner commented 7 years ago

FWIW, this was a general issue with extension packages when 2.2.0 came out, see its NEWS. :)

paleolimbot commented 7 years ago

Excellent, thanks. The solution is to re-install the ggspatial and the ggpolypath package (see the extensions section of the ggplot NEWS page)