Skip to content

Commit

Permalink
Merge pull request #369 from ldecicco-USGS/master
Browse files Browse the repository at this point in the history
skip on cran
  • Loading branch information
ldecicco-USGS authored May 16, 2017
2 parents 10d7a1d + 7af1023 commit 8af138e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ appveyor.yml
dataRetrieval.Rproj
examplePhosQuery.R
dataRetrieval-concordance.tex
README.md
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dataRetrieval
Type: Package
Title: Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data
Version: 2.7.0
Version: 2.7.1
Date: 2017-05-05
Authors@R: c(person("Robert", "Hirsch", role = c("aut"),
email = "[email protected]"),
Expand Down
3 changes: 3 additions & 0 deletions tests/testthat/tests_userFriendly_fxns.R
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ test_that("Construct NWIS urls", {

context("pCode Stuff")
test_that("pCode Stuff", {

testthat::skip_on_cran()

paramINFO <- readNWISpCode(c('01075','00060','00931', NA))
expect_equal(nrow(paramINFO), 4)

Expand Down

0 comments on commit 8af138e

Please sign in to comment.