Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release candidate 1 for 1.7.2 #116

Merged
merged 40 commits into from
Nov 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
03d36cc
Add installation instruction in READEME.md
jjchern May 7, 2016
b894fb4
changed test for empty json in getContentAsDataFrame()
geneorama Sep 1, 2016
595ea09
adding test for infinite loop issue
geneorama Sep 1, 2016
98be365
updating to reflect work on issue 96
geneorama Sep 1, 2016
d8baa93
updating date and removing unnecessary library call
geneorama Sep 7, 2016
c299b5c
Merge pull request #97 from Chicago/iss96
tomschenkjr Sep 8, 2016
1e65927
Merge pull request #94 from jjchern/patch-1
tomschenkjr Sep 8, 2016
6a1c27e
Modifies JSON file parsing, adding plyr library to use rbind.fill to …
nicklucius Oct 4, 2016
8f7d057
Update DESCRIPTION and NAMESPACE
nicklucius Oct 4, 2016
4fb5554
Merge pull request #102 from Chicago/issue19
tomschenkjr Oct 5, 2016
0957325
Test for issue 19 (would have failed prior to fix)
nicklucius Oct 5, 2016
cf8b5b8
Iterate Build Number
nicklucius Oct 5, 2016
893b89f
Add documentation for testing
nicklucius Oct 6, 2016
d6e307f
Merge pull request #104 from Chicago/issue19
tomschenkjr Oct 6, 2016
4d1c283
Closes #107 - Convert logical fields to character for JSON API
nicklucius Oct 11, 2016
4076f00
fixes #15 - provide default sort order if not supplied in URL
nicklucius Oct 12, 2016
f68ad54
Fixes #85 - posixify now works with JSON downloads (#106)
nicklucius Oct 18, 2016
d18f320
add tests to ensure $order:id is added to URL when expected
nicklucius Oct 19, 2016
2f6b4e2
code clean up
nicklucius Oct 19, 2016
6d441b7
add tests to catch page binding errors
nicklucius Oct 19, 2016
9c86ad7
Merge branch 'dev' into issue19
nicklucius Oct 19, 2016
255b49b
resolve conflicts
nicklucius Oct 19, 2016
1cd6399
resolve merge conflicts in #108
nicklucius Oct 19, 2016
c3870e8
add test and branch for #83
nicklucius Oct 20, 2016
08dc5e0
Added test for #105 - will fail
tomschenkjr Oct 22, 2016
16de299
Fixes #105 and improves error message for conflicting app_token argum…
Oct 25, 2016
2845ff9
fixes #83 and fixes #14
nicklucius Oct 26, 2016
2b4adcf
resolve merge conflict
nicklucius Oct 26, 2016
c7ff607
Merge branch 'issue15' into dev
nicklucius Oct 26, 2016
08b6f17
resolve merge conflicts
nicklucius Oct 26, 2016
923eae9
Merge branch 'issue19' into dev
nicklucius Oct 26, 2016
d89a636
resolve merge conflicts
nicklucius Oct 26, 2016
981c824
Merge branch 'issue83' into dev
nicklucius Oct 26, 2016
0fea2f6
resolve merge conflicts in #111
nicklucius Oct 26, 2016
47d0366
Merge branch 'issue105' into dev
nicklucius Oct 26, 2016
8451789
Added @id, @context, etc. to ls.socrata. See #72
tomschenkjr Oct 31, 2016
4820653
Fixes #72
Oct 31, 2016
0ed533d
Added example on attributes from ls.socrata. See #72
Oct 31, 2016
bb5e4e9
Merge pull request #113 from Chicago/issue72
geneorama Nov 3, 2016
8f779db
Updated release notes with new batch of fixes.
Nov 4, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ Description: Provides easier interaction with
format and manages throttling by 'Socrata'.
Users can upload data to Socrata portals directly
from R.
Version: 1.7.1-12
Date: 2016-03-13
Version: 1.7.1-24
Date: 2016-11-04
Author: Hugh Devlin, Ph. D., Tom Schenk, Jr., and John Malc
Maintainer: "Tom Schenk Jr." <developers@cityofchicago.org>
Depends:
R (>= 3.0.0)
Imports:
httr (>= 1.0.0),
jsonlite (>= 0.9.16),
mime (>= 0.3)
mime (>= 0.3),
plyr (>= 1.8.4)
Suggests:
testthat (>= 0.10.0),
roxygen2 (>= 4.1.0),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ importFrom(httr,parse_url)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(mime,guess_type)
importFrom(plyr,rbind.fill)
importFrom(utils,read.csv)
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@ Bug fixes:
* Fixes bug where dates are incorrectly read when first date is a blank ([#68](https://github.com/Chicago/RSocrata/issues/68))
* Dates are now handled using `POSIXct` instead of `POSIXlt` ([#8](https://github.com/Chicago/RSocrata/issues/8))
* Added additional unit testing ([#28](https://github.com/Chicago/RSocrata/issues/68))
* Artifacts from Appveyor CI can now be directly submitted to CRAN ([#77](https://github.com/Chicago/RSocrata/issues/77))
* Artifacts from Appveyor CI can now be directly submitted to CRAN ([#77](https://github.com/Chicago/RSocrata/issues/77))
* Fixed issue where JSON may occasionally come back with a final NULL that is not "[]" (in this example it was "[]\n"). This caused `getDataFrame` to get stuckin an infinite loop while waiting for "[]". Thank you @kevinsmgov for documenting this bug in issue ([#96](https://github.com/Chicago/RSocrata/issues/96))
* Resolved an error users would see when downloading the JSON file on a SoDA call, `Error in rbind(deparse.level, ...) : numbers of columns of arguments do not match`. ([#19](https://github.com/Chicago/RSocrata/issues/19))
* The LIMIT argument was incorrectly interpreted by RSocrata, which sometime causes slower performance ([#83](https://github.com/Chicago/RSocrata/issues/83), [#14](https://github.com/Chicago/RSocrata/issues/14))
* The mandatory `@context`, `@id`, `conformsTo`, and `describedBy` fields were not shown when using `ls.socrata()`. These elements are now included as attributes in the resulting data frame. ([#72](https://github.com/Chicago/RSocrata/issues/72))
* Fixed a bug which a user-defined token was ignored when the user passed along a `$where` argument in a SoDA query. ([#105](https://github.com/Chicago/RSocrata/issues/105))
* Fixes a bug where the POSIX date conversion would not occur when using the JSON SoDA url (#85)
* Queries now follow SoDA guidelines and are explicitly sorted. This could have caused a silent error where some row may not have downloaded. ([#15](https://github.com/Chicago/RSocrata/issues/15))

Loading