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

Fixes #124 #125

Merged
merged 8 commits into from
Mar 8, 2017
Merged

Fixes #124 #125

merged 8 commits into from
Mar 8, 2017

Conversation

tomschenkjr
Copy link
Contributor

@tomschenkjr tomschenkjr commented Mar 4, 2017

  • Adds a check to see if the URL passed to read.socrata ends with rows.csv or rows.json. If so, will rearrange the URL to be a valid API call.
  • Unit tests check for rows.json and rows.csv. Note: this does not support rows.rdf or rows.xml, even though that is returned from ls.socrata()

@tomschenkjr
Copy link
Contributor Author

We'll need to wait for #123 to be accepted before this is merge-able. I branched from that branch and isn't on dev yet.

@tomschenkjr
Copy link
Contributor Author

@nicklucius - now that #123 is merged to dev, I've resolved the auto-merging conflicts and ask for your code review.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 96.512% when pulling aec9fbb on issue124 into abe7670 on dev.

@tomschenkjr tomschenkjr modified the milestone: 1.7.2 Mar 7, 2017
@nicklucius nicklucius merged commit 89f3549 into dev Mar 8, 2017
nicklucius added a commit that referenced this pull request Apr 12, 2017
* Added unit tests for issue #118

* Add unit test for #120

* Bug fix - fixes #120

* Update version number

* Fixes #124 (#125)

* Added testing for issue #121 -- will fail

* Changed to camel case to accomodate future variable renaming

* Added handling of ISO 8601 timestamps without fractional seconds. See issue #121

* Increased minimum version of R because of `anyNA` function.

* Unformatted dates kept as chr; added warning; added tests

* Added tests for #124 -- will fail

* Handles downloadURL from ls.socrata. Fixes #124

* Closes #129

* Iteration version

* startsWith() requires R >= 3.3.0

* Resolves #133. Also documents per #132

* Updated to reflect consequence of #133

* resolved merge conflict from rebasing

* fixing test - dataset is live so rows can increase, and fixed data types.

* add unit test for issue #118 - will fail

* fixes #118

* Add .gitattributes, ignores it during R build. Closes #135

* Fixes #134

* Clarified language on installing from GitHub

* Removed penultimate release from build testing. Closes #136

* Updated formatting for sections

* Update NEWS.md for 1.7.2 release.

* Included remaining changes to NEWS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants