Add check for valid Socrata resource URL. Add check for supported download file format. Add support for Socrata short dates.
Use comma-separated file format for Socrata downloads.
-
Added support for human-readable URL. Users can now copy and paste URLs of Socrata-hosted datasets, which will be transformed into a valid SoDA API web query.
-
Added additional RUnit tests to validate new functionality.
Add json file format for Socrata downloads. Switch to RJSONIO
from rjson
.
- Swapped to
jsonlite
fromRJSONIO
- Added handling for long and short dates
- Added unit test for reading private datasets
Deprecated httr::guess_media()
and implemented mime::guess_type()
- New function,
ls.socrata
to list all datasets on a Socrata portal. - New optional argument,
app_token
, which lets users supply an API token while usingread.socrata()
to minimize throttling. - Repairs a bug where
read.socrata
failed when reading in a date with a column, but there are null values in that column. - Minor changes to the DESCRIPTION documentation to point users to GitHub for issues and provides new contact information.
- Resolved potential name collision issue
- Cleaned-up documentation with contributor instructions #23 and #28)
- Moved test coverage in
RUnit
totestthat
and implemented code coverage monitoring (#41) - Clean-up DESCRIPTION (#40)
- Add continuous integration for Windows (#39)
- Migrate Travis-CI to "proper" R YAML (#46)