- 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
withcrul
(#25) - change API key option to use either R option or env var (#20)
- New parameter
conjunction
added toenigma_data()
,enigma_stats()
, andenigma_fetch()
(#16) - New parameters added to
enigma_fetch()
:select
,search
,where
,conjunction
, andsort
(#18) - Added a print method for output of
enigma_data()
to provide more brief output (#17)
- Using skip on cran now for tests (#14)
- Importing all non-base R functions now, including from
methods
, andutils
pacakges (#15)
- Fixed issues related to
httr
v1
where can no longer pass empty list toquery
parameter (#13)
- 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)
- released to CRAN