-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Candidate 1 for 1.7.2 (#138)
* 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
- Loading branch information
1 parent
dfa7001
commit eae61b5
Showing
9 changed files
with
564 additions
and
482 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
\.gitignore | ||
\.gitattributes | ||
\.project | ||
\.settings | ||
\.Rbuildignore | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Declare R files to use CRLF line endings | ||
*.R text col=crlf |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ Description: Provides easier interaction with | |
format and manages throttling by 'Socrata'. | ||
Users can upload data to Socrata portals directly | ||
from R. | ||
Version: 1.7.2-5 | ||
Date: 2017-02-23 | ||
Version: 1.7.2-12 | ||
Date: 2017-03-16 | ||
Author: Hugh Devlin, Ph. D., Tom Schenk, Jr., and John Malc | ||
Maintainer: "Tom Schenk Jr." <[email protected]> | ||
Depends: | ||
R (>= 3.1.0) | ||
R (>= 3.3.0) | ||
Imports: | ||
httr (>= 1.0.0), | ||
jsonlite (>= 0.9.16), | ||
|
@@ -28,4 +28,4 @@ Suggests: | |
License: MIT + file LICENSE | ||
URL: https://github.com/Chicago/RSocrata | ||
BugReports: https://github.com/Chicago/RSocrata/issues | ||
RoxygenNote: 5.0.1 | ||
RoxygenNote: 6.0.1 |
This file contains 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
Oops, something went wrong.