Releases: ropensci/rvertnet
Releases · ropensci/rvertnet
rvertnet 0.8.4
rvertnet v0.8.3
MINOR IMPROVEMENTS
- new maintainer (#71)
- fix CI
- refresh test fixtures (#71)
- remove plyr from examples
- refresh Darwin core terms and move to data object
- refresh vignette and its pre-compilation
- update Makefile
- update roxygen2 and documentation fixes
- remove outdated files
BUG FIXES
- fix class handling in vertmap to allow tibble input
- allow vignette to build
- fix ggplot2 deprecation warning (#71)
rvertnet v0.8.2
MINOR IMPROVEMENTS
- vignette fix
rvertnet v0.8.0
NEW FEATURES
searchbyterm()
andbigsearch()
reworked: both functions now have the first parameter as...
, which accepts any valid query parameter. There were so many query parameters for these functions it was a bit overwhelming. See?searchbyterm
docs for details (#66)
MINOR IMPROVEMENTS
- decode the request URL before printing to the R console so users can more easily see what request they have done (#67)
- vignette title fix (#68)
BUG FIXES
searchbyterm()
fix: booleans need to be converted to VertNet's expected0/1
instead oftrue/false
(#66)
rvertnet v0.7.0
MINOR IMPROVEMENTS
- add month and day params to
searchbyterm
(#64)
rvertnet v0.6.2
rvertnet v0.6.0
Added Code of Conduct.
NEW FEATURES
- Now using
crul
package for HTTP requests instead ofhttr
(#57) - Note that
verbose
parameter has been replaced withmessages
throughout
the package. - Now with function for search for trait data:
traitsearch()
(#55)
DEFUNCT AND DEPRECATED
- All
dump
functions are now defunct. Those functions tried to help users
work with bulk Vertnet data - the setup has gotten too complex (#56)
MINOR IMPROVEMENTS
- Improvements to documentation for
traitsearch()
function on what
fields have given data (#58) thanks @gaurav vertsearch()
andsearchbyterm()
gain new parameteronly_dwc
, which
allows to optionally only return Darwin Core fields
BUG FIXES
- Small fix to
vertsummary()
(59)
rvertnet v0.5.0
NEW FEATURES
searchbyterm()
gains new parameterquery
to allow full text search,
much likevertsearch()
, but with the ability to also use all the parameters
available insearchbyterm()
(#53)