diff --git a/DESCRIPTION b/DESCRIPTION index 5d592e8..eb63063 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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.11-2 -Date: 2021-09-13 +Version: 1.7.12-2 +Date: 2021-11-10 Author: Hugh Devlin, Ph. D., Tom Schenk, Jr., Gene Leynes, Nick Lucius, John Malc, Mark Silverberg, and Peter Schmeideskamp Maintainer: "Tom Schenk Jr." Depends: diff --git a/tests/testthat/test-all.R b/tests/testthat/test-all.R index 5e0aab1..eacd82f 100644 --- a/tests/testthat/test-all.R +++ b/tests/testthat/test-all.R @@ -280,6 +280,7 @@ test_that("read Socrata JSON with missing fields (issue 19 - bind within page)", }) test_that("read Socrata JSON with missing fields (issue 19 - binding pages together)", { + skip('See Issue #205') ## Define and test issue 19 df <- read.socrata(paste0("https://data.smgov.net/resource/ia9m-wspt.json?", "$where=incident_date>='2011-01-01'%20AND%20incident_date<'2011-01-15'")) @@ -544,6 +545,7 @@ test_that("fully replace a dataset", { context("getContentAsDataFrame") test_that("getContentAsDataFrame does not get caught in infinite loop", { + skip('See Issue #205') ## This is the original url suggested, but it causes the rbind issue # u <- paste0("https://data.smgov.net/resource/xx64-wi4x.json?$",