This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
Releases: rOpenGov/enigma
Releases · rOpenGov/enigma
enigma v0.3.0
enigma 0.2.0
NEW FEATURES
- 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)
MINOR IMPROVEMENTS
- Using skip on cran now for tests (#14)
- Importing all non-base R functions now, including from
methods
,
andutils
pacakges (#15)
BUG FIXES
- Fixed issues related to
httr
v1
where can no longer pass empty
list toquery
parameter (#13)