Release Candidate 1 for 1.7.2 - #138
Merged
Merged
Conversation
Bug Fix for issue #120
Merge branch 'dev' of https://github.com/Chicago/RSocrata into dev # Conflicts: # DESCRIPTION
* 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
Merge branch 'dev' of https://github.com/Chicago/RSocrata into dev # Conflicts: # DESCRIPTION
Merge branch 'issue129' into dev # Conflicts: # DESCRIPTION # tests/testthat/test-all.R
geneorama
approved these changes
Apr 12, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 1.7.2 has several changes:
Performance improvements:
Bug fixes:
oldrelfrom Travis CI build matrix #136)Deprecation:
RSocrata's core development team has stated a formal policy to only support the most recent release of R. Until now, RSocrata was tested against the penultimate release of R; however, testing will be limited to the current version of R and the current development release. The project's contributing guidelines have been updated to reflect that accepted changes to RSocrata must pass tests on the current and penulimate versions of R.
While RSocrata is only tested on the current and penultimate version, the core development team expects it will work on older versions most of the time. See #132 for more information.