Skip to content

Commit

Permalink
Changed .zip test to skip on CRAN
Browse files Browse the repository at this point in the history
Removed rvest from Imports (no longer used)
  • Loading branch information
Dave Robinson committed Apr 24, 2017
1 parent 26f0639 commit 0fba56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion DESCRIPTION
Expand Up @@ -19,7 +19,6 @@ Imports:
readr,
purrr,
urltools,
rvest,
stringr,
lazyeval
RoxygenNote: 6.0.1
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-utils.R
@@ -1,6 +1,8 @@
context("Utility functions")

test_that("read_zip_url can download and read a zip file", {
skip_on_cran()

# read Bill of Rights (small file)
z <- read_zip_url("http://gutenberg.pglaf.org/0/2/2.zip")

Expand Down

0 comments on commit 0fba56d

Please sign in to comment.