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

Releases: ropensci-archive/mapr

mapr v0.5.2

12 Oct 16:57
9ebfa98
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • fix vignette issue (#40)

mapr v0.5.0

29 Jul 23:23
605ff56
Compare
Choose a tag to compare

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

mapr v0.4.0

21 Mar 17:20
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • All map_*() functions now support gbif_data class from the rgbif package, which is the output of rgbif::occ_data() (#29)
  • Added .github files for contributing, issue and PR templates (#30)

mapr v0.3.4

11 Apr 16:26
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Now using markdown for docs (#27)
  • Replaced httr with crul as http client (#26)

Problem with ggmap

  • Note that there is a problem with map_ggmap due to a bug in
    ggmap. It is fixed in the ggmap dev version, so should be fixed
    in the CRAN version soon, hopefully.

mapr v0.3.0

05 Nov 15:07
Compare
Choose a tag to compare

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

28 Jan 06:36
Compare
Choose a tag to compare

NEW FEATURES

Released to CRAN.

Note

This is actually v0.2 of spoccutils, which this repo used to be. We renamed the package to reflect its new focus on mapping. All data cleaning functionality has moved to scrubr

spoccutils v0.1.0

20 Jul 16:24
Compare
Choose a tag to compare

Initial release to CRAN