- Fixed issue where palettes with fewer than 5 colors wouldn't plot correctly (#9)
- Stats display correctly
- Add
ask
argument toplot.*()
functions - Fix inconsistencies in
keywordExact
argument (which was often incorrectly filtered out) - Fix issue where no query parameters were sent to API in
cllovers()
- Fix issue where keyword arguments were not concatenated correctly
- Add complete testing suite
- New maintainer: @andrewheiss (#7)
- Updated
clquery()
to use the httr package - Updated tests to use httptest package so they can reference cached offline API calls instead of making live calls to the API, which makes testing faster and makes CRAN happier
- Replaced import of RJSONIO with jsonlite.
- Added namespace imports of base packages.
- Converted README to a knitr executible.
- Added a test suite.
- Examples in documentation are now
tryCatch
-wrapped to hopefully avoid any unwanted errors, some of which emerged on OSX Mavericks but were not generally reproducible. (Thanks to Brian Ripley and Christophe Lalanne for assistance) (#2)
- Fixed pandoc conversion error in README.md (h/t Kurt Hornik)
- Initial release.