• Fixed automatic vecsize grid detection incorrectly rescaling arrows for irregularly spaced data (e.g. GPS coordinates) whenever the x- and y-spacings happened to coincide.
  • Automatic vecsize grid detection now warns instead of erroring when a grid size can’t be determined (e.g. a single data point), leaving arrows unscaled.
  • geom_quiver() now hints to use coord_fixed()/coord_equal() if needed (#10).
  • Legend keys now show an arrowhead, matching the arrows drawn in the panel.
  • Arrows now respect scale transformations on x/y aesthetics (#13).
  • Arrows now support grid::arrow() appearance options (#14).
  • Remove suggest for ggmap due to upstream api requirements.
  • Improve usage of plot coordinate system when scaling arrow size (#9).
  • Fixed angle of line when centered arrows are used.
  • Fixed issue with plotting resized vectors using the vecsize option (#8).
  • Improved handling of non cartesian coordinate systems.
  • Fixed issue with plotting arrows on ggmap::qmplot() (#7).
  • Performance improvements.
  • Changed ggplot2 to import
  • Updated README to reflect ggmap changes