Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

mapr v0.5.0

Compare
Choose a tag to compare
@sckott sckott released this 29 Jul 23:23
605ff56

DEFUNCT

  • map_ggmap() is defunct. authentication has changed, more trouble than its worth (#34)

NEW FEATURES

  • all mapping functions gain the name parameter to specify the column that holds the taxon name - if not given, we look for a column "name" (#32)

MINOR IMPROVEMENTS

  • fix vignette missing title (#37)

BUG FIXES

  • fix non-ascii strings in the two package datasets - and script added to make those datasets reproducible, including fixing non-ascii strings (#39)
  • remove linked references to pkgs in docs that are not imported/suggested (#38)
  • map_plot() speed up: using maps::map() instead of rworldmap::getMap(), faster (#35)
  • improve internal handling of name parameter users can pass down through mapping functions (#36)
  • rgbif added to Suggests - was used in examples but wasn't in Suggests - used conditionally in examples now