Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Releases: rOpenGov/enigma

enigma v0.3.0

17 Feb 22:18
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Improve documentation in each fxn's man page: give URL ror
    API docs - describe return object, etc. (#19)
  • data.frame's given back as tibble's now (#23)
  • replaced HTTP client httr with crul (#25)
  • change API key option to use either R option or env var (#20)

enigma 0.2.0

08 Jul 15:37
Compare
Choose a tag to compare

NEW FEATURES

  • New parameter conjunction added to enigma_data(),
    enigma_stats(), and enigma_fetch() (#16)
  • New parameters added to enigma_fetch(): select, search,
    where, conjunction, and sort (#18)
  • Added a print method for output of enigma_data() to provide more
    brief output (#17)

MINOR IMPROVEMENTS

  • Using skip on cran now for tests (#14)
  • Importing all non-base R functions now, including from methods,
    and utils pacakges (#15)

BUG FIXES

  • Fixed issues related to httr v1 where can no longer pass empty
    list to query parameter (#13)

enigma 0.1.1

11 Dec 00:31
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Libraries use in examples now in Suggests in DESCRIPTION file. (#12)
  • Fixed a bug in a helper function to check for Api keys. (#9)
  • Added URL and BugReports fields to DESCRIPTION file. (#11)

v0.1.0

16 Oct 22:55
Compare
Choose a tag to compare

enigma 0.1.0

NEW FEATURES

  • released to CRAN