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

microdemic v0.5.0

Compare
Choose a tag to compare
@sckott sckott released this 27 Jan 21:28
· 22 commits to master since this release

NEW FEATURES

MINOR IMPROVEMENTS

  • all functions now pass along detailed error messages; before we were erroring but just giving the http status code and generic message; as part of this fix now importing httpcode pkg (#7) (#12) (#14)
  • use fake API key on travis to avoid test suite error (#11)
  • internals of ma_search() have changed a bit; get in touch if you have any questions about this function

BUG FIXES

  • fix to internal function invabs2abs() within ma_abstract(): the inverted index returned from Microsoft can have missing values and we were incorrectly inserting NA's into those spots resulting in NA's in abstracts (#8) (#9)