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

Releases: ropensci-archive/scrubr

scrubr v0.4.0

11 Jun 23:49
393801a
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • only run coord_within() examples in docs if sf and rworldmap are present (and in interactive mode) (#35)
  • allow eco_region() to filter more than one region (#36)

scrubr v0.3.2

07 Apr 16:50
Compare
Choose a tag to compare

BUG FIXES

  • fix some failing cran checks - changed CRS specification when using sf package (#34)

scrubr v0.3.0

10 Feb 18:28
Compare
Choose a tag to compare

NEW FEATURES

  • gains function fix_names(), ported over from the spocc package; a helper function to change taxonomic names in a data.frame to make plotting simpler (#29)
  • gains new function eco_region() to filter data by ecoregions; also exported are regions_fao() and regions_meow() that fetch the data used in eco_region() so the user can better figure out what variables to use (#30)
  • gains new function coord_imprecise() to clean imprecise coordinates (#18)
  • gains new function coord_uncertain() to clean uncertain occurrences, as determined through the coordinateUncertaintyInMeters variable reported in Darwin Core records
  • now importing data.table, fastmatch, crul, jsonlite, tibble, curl and hoardr (sf and mapview in Suggests)

MINOR IMPROVEMENTS

  • coord_within() now uses sf instead of sp (#31)
  • using tibble now for compact, easier to handle, data.frame's (#21)

BUG FIXES

  • fix to dedup() to remove duplicate entries (#27)

scrubr v0.1.1

14 Mar 19:12
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Fixed examples to be conditional on presence of rgbif (#17)
  • Fix as.matrix() to use Matrix::as.matrix()

scrubr v0.1.0

04 Mar 02:17
Compare
Choose a tag to compare

NEW FEATURES

  • Releasd to CRAN.