Releases: ropensci/rvertnet
Releases · ropensci/rvertnet
rvertnet v0.4.0
NEW FEATURES
- New set of functions to make working with VertNet data dumps
easier.dump_links()
gives you links to various data dump
resources;dump_init()
initialized a SQLite database connection;
dump_tbl()
creates adplyr::tbl
object, which can then be used
in adplyr
query. This setup requires that the user manually
download data dumps uncompress, and load into SQLite. We hope to
make this process easier in the future. (#36)
MINOR IMPROVEMENTS
- Fixes to
vertmap()
for newggplot2
version (#43) - Added note to docs for
bigsearch()
for how to read in data
after obtaining the data (#44)
BUG FIXES
- Fix to the
searchbyterm()
function. When the parameterstateprovince
was used, lead to error, as that param requires different handling than
other params. (#45)
rvertnet v0.3.4
rvertnet 0.3.0
v0.2.2
Package completely reworked for the new VertNet API.
NEW FEATURES
- The functions
vertavailablemaps()
,vertlocations()
,
vertoccurrence()
,vertoccurrencecount()
,vertproviders()
,
verttaxa()
are now defunct. You can call these functions, but
they print an error message, saying they are defunct. - Gained new functions
bigsearch()
,searchbyterm()
,
spatialsearch()
, andvertsummary()
. - Gained new author: Chris Ray
MINOR IMPROVEMENTS
RJSONIO
replaced withjsonlite
- Changed from CC0 to MIT license