From 593ddac1462c29212a6ffb79cec0d06609af2f71 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Mon, 16 Jul 2018 13:08:31 +0200 Subject: [PATCH] skip plotly download on cran --- tests/testthat/test-download.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testthat/test-download.R b/tests/testthat/test-download.R index a832815..f5f7dd4 100644 --- a/tests/testthat/test-download.R +++ b/tests/testthat/test-download.R @@ -13,6 +13,8 @@ test_that("ggplot is downloadable", { }) test_that("plotly is downloadable", { + skip_on_cran() + plot <- plotly::ggplotly(ggplot2::ggplot(mtcars, ggplot2::aes(mpg, hp)) + ggplot2::geom_point()) width <- 20 height <- 20