Skip to content

Releases: ropensci/rvertnet

rvertnet 0.8.4

16 Feb 04:13
Compare
Choose a tag to compare
  • remove hardcoded figure that caused failed vignette build on 2 CRAN check runners with old pandoc versions

rvertnet v0.8.3

14 Feb 01:31
Compare
Choose a tag to compare

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

12 Feb 07:20
157cd5c
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • vignette fix

rvertnet v0.8.0

29 Jan 17:32
Compare
Choose a tag to compare

NEW FEATURES

  • searchbyterm() and bigsearch() 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 expected 0/1 instead of true/false (#66)

rvertnet v0.7.0

17 Apr 16:50
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • add month and day params to searchbyterm (#64)

rvertnet v0.6.2

11 Oct 00:17
Compare
Choose a tag to compare

BUG FIXES

  • A small data source used in one function was on the web, and
    was moved - that data source now within the pkg as quite small, and
    now pkg won't break when the file is moved again (#61) (#62)

rvertnet v0.6.0

14 Aug 23:04
Compare
Choose a tag to compare

Added Code of Conduct.

NEW FEATURES

  • Now using crul package for HTTP requests instead of httr (#57)
  • Note that verbose parameter has been replaced with messages 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() and searchbyterm() gain new parameter only_dwc, which
    allows to optionally only return Darwin Core fields

BUG FIXES

  • Small fix to vertsummary() (59)

rvertnet v0.5.0

23 Sep 19:37
Compare
Choose a tag to compare

NEW FEATURES

  • searchbyterm() gains new parameter query to allow full text search,
    much like vertsearch(), but with the ability to also use all the parameters
    available in searchbyterm() (#53)

MINOR IMPROVEMENTS

  • Use dplyr::bind_rows instead of the deprecated dplyr::rbind_all (#51)
  • remove personal email address from tests (#52)
  • Namespace base R pkg fxn calls (methods/stats/utils), and removed
    some package dependencies that we didn't really need (plyr) (#54)

rvertnet v0.4.4

14 Apr 04:20
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Updated docs to better indicate how to use the cursor feature (#49)
  • Now using explicit encoding specification when using httr::content() (#47)

BUG FIXES

  • Fixed externalptr error in the internal vert_GET() function (#48)

v0.4.1

02 Dec 00:34
Compare
Choose a tag to compare

BUG FIXES

  • Fixed a bug in bigsearch() in which we had forgotten to do
    internal conversion of logical input to 0/1 needed by the web
    API (#46)