Skip to content

Commit

Permalink
Merge e9e9a0a into 4d0d9b3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschenkjr committed Mar 13, 2016
2 parents 4d0d9b3 + e9e9a0a commit e87a60b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
# See README.md for instructions, or for more configuration options,
# see the wiki:
# http://docs.travis-ci.com/user/languages/r/
sudo: false

language: r
cache: packages
r:
- oldrel
- release
- devel

language: R
sudo: required
warnings_are_errors: true

before_script:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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-2
Date: 2016-02-25
Version: 1.7.1-12
Date: 2016-03-13
Author: Hugh Devlin, Ph. D., Tom Schenk, Jr., and John Malc
Maintainer: "Tom Schenk Jr." <developers@cityofchicago.org>
Depends:
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Bug fixes:
* Converts a Socrata money field into a proper numeric field, instead of a factor.
* Updated build method for Travis to test using the current CRAN packages, not beta packages from GitHub.

### 1.7.1 Bug fixes:



* Users provided an option to handle string-like fields as characters (chr) or factors. Default is to handle string-like fields as character vectors ([#27](https://github.com/Chicago/RSocrata/issues/27))
* 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))

0 comments on commit e87a60b

Please sign in to comment.