* 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