Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
skip plotly download on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchultheis committed Jul 16, 2018
1 parent 8dcaae6 commit 593ddac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-download.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 593ddac

Please sign in to comment.