Skip to content

Commit

Permalink
Added read.csv to NAMESPACE, ignoring travis-tools in Appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschenkjr committed Feb 11, 2016
1 parent b1f5e7c commit 92234e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ RSocrata.Rcheck
^\.travis\.yml$
appveyor.yml
CONTRIBUTING.md
NEWS.md
NEWS.md
travis-tool.sh.cmd
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.0-10
Date: 2016-01-30
Version: 1.7.0-11
Date: 2016-02-11
Author: Hugh Devlin, Ph. D., Tom Schenk, Jr., and John Malc
Maintainer: "Tom Schenk Jr." <developers@cityofchicago.org>
Depends:
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ importFrom(httr,parse_url)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(mime,guess_type)
importFrom(utils,read.csv)
1 change: 1 addition & 0 deletions R/RSocrata.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ getResponse <- function(url, email = NULL, password = NULL) {
#'
#' @author Hugh J. Devlin \email{Hugh.Devlin@@cityofchicago.org}
#' @importFrom httr content
#' @importFrom utils read.csv
#' @param response - an httr response object
#' @return data frame, possibly empty
#' @noRd
Expand Down

0 comments on commit 92234e5

Please sign in to comment.