Skip to content

Commit

Permalink
updating date and removing unnecessary library call
Browse files Browse the repository at this point in the history
  • Loading branch information
geneorama committed Sep 7, 2016
1 parent 98be365 commit d8baa93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -11,7 +11,7 @@ Description: Provides easier interaction with
Users can upload data to Socrata portals directly
from R.
Version: 1.7.1-13
Date: 2016-03-13
Date: 2016-09-07
Author: Hugh Devlin, Ph. D., Tom Schenk, Jr., and John Malc
Maintainer: "Tom Schenk Jr." <developers@cityofchicago.org>
Depends:
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-all.R
Expand Up @@ -374,7 +374,6 @@ test_that("getContentAsDataFrame does not get caught in infinite loop", {
"cleared_time,census_tract_2010_geoid",
"&$where=incident_date=%272016-08-27%27%20and%20",
"census_tract_2010_geoid%20is%20not%20null")
library(RSocrata)
df <- read.socrata(u)
expect_equal("data.frame", class(df), label="class")
})
Expand Down

0 comments on commit d8baa93

Please sign in to comment.