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

Releases: ropensci-archive/finch

finch v0.4.0

10 Aug 21:48
9bbe847
Compare
Choose a tag to compare

BUG FIXES

  • fix various package imports: plyr and rappdirs no longer needed; import EML::read_eml instead of the whole package; import digest::digest instead of whole package; import hoardr::hoard instead of whole package (#27)

finch v0.3.0

24 Apr 20:17
Compare
Choose a tag to compare

BUG FIXES

  • fix to unit tests and dwc_read() for a new version of EML package (v0.2) (#26) thanks @cboettig

finch v0.2.0

25 Jan 20:19
Compare
Choose a tag to compare

CACHING CHANGES

Caching has changed in finch. We changed to using package hoardr for managing caching. Now with hoardr on the package loading we create an object that holds methods and info about where to cache, with operating specific routes. In addition, you can set your own cache directory (and we do this in examples/tests using a temp dir instead of user dir).

The old functions dwca_cache_delete, dwca_cache_delete_all, dwca_cache_details, and dwca_cache_list are defunct and replaced with the single dwca_cache object. The dwca_cache object is an R6 object that has methods/functions and variables. See the ?dwca_cache and ?finch-defunct manual files for details.

BUG FIXES

  • fix to dwca_read(): ... wasn't being passed on to data.table::fread internally (#18) (#19) thanks @gustavobio !

MINOR IMPROVEMENTS

  • replaced Suggested package httr with crul (#16)
  • using markdown docs now (#24)
  • improvement to dwca_read() to download zip files as binary because without that wasn't working on Windows machines (#17) thanks @gustavobio !
  • fix for failures on CRAN: don't write to user directory in examples/tests (#23)

finch v0.1.0

23 Dec 16:57
Compare
Choose a tag to compare

NEW FEATURES

  • Released to CRAN.