Skip to content

Commit

Permalink
I think this service is gone now
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Aug 21, 2024
1 parent c8c96ea commit fa45738
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/testthat/tests_imports.R
Original file line number Diff line number Diff line change
Expand Up @@ -235,16 +235,6 @@ test_that("importWaterML2 internal test", {
expect_is(UserData$value, "numeric")
})

test_that("importWaterML2 external test", {
testthat::skip_on_cran()
url <- "https://waterservices.usgs.gov/nwis/iv/?format=waterml,2.0&sites=01646500&parameterCd=00060,00065"
xml <- getWebServiceData(url)
measurementTS2 <- xml2::xml_find_all(xml, "//wml2:MeasurementTimeseries")
exData <- importWaterML2(measurementTS2)
expect_is(exData$value, "numeric")
expect_gt(nrow(exData), 0)
})


context("importWQP_noCRAN")

Expand Down

0 comments on commit fa45738

Please sign in to comment.