This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Releases: ropensci-archive/mapr
Releases · ropensci-archive/mapr
mapr v0.5.2
mapr v0.5.0
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: usingmaps::map()
instead ofrworldmap::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
mapr v0.4.0
mapr v0.3.4
mapr v0.3.0
NEW FEATURES
- Now in all functions, when there's more than 1 taxon, we'll do a separate
color for each taxon and draw a legend if applicable (#21) (#22) - Added support for adding convex hulls to some of the plot types (#23)
thanks to @rossmounce for the feature request map_leaflet()
now adds metadata as a popup to each marker (#18) (#25)
v0.2.0
spoccutils v0.1.0
Initial release to CRAN