- only run
coord_within()
examples in docs ifsf
andrworldmap
are present (and in interactive mode) (#35) - allow
eco_region()
to filter more than one region (#36)
- fix some failing cran checks - changed CRS specification when using sf package (#34)
- gains function
fix_names()
, ported over from thespocc
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 areregions_fao()
andregions_meow()
that fetch the data used ineco_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 thecoordinateUncertaintyInMeters
variable reported in Darwin Core records - now importing
data.table
,fastmatch
,crul
,jsonlite
,tibble
,curl
andhoardr
(sf
andmapview
in Suggests)
coord_within()
now usessf
instead ofsp
(#31)- using tibble now for compact, easier to handle, data.frame's (#21)
- fix to
dedup()
to remove duplicate entries (#27)
- Fixed examples to be conditional on presence of
rgbif
(#17) - Fix
as.matrix()
to useMatrix::as.matrix()
- Releasd to CRAN.