Skip to content

Commit

Permalink
Skip test on CRAN to be sure to meet time limit for NOTE <10s
Browse files Browse the repository at this point in the history
  • Loading branch information
AEBilgrau committed Dec 12, 2018
1 parent 566c1e7 commit 58b86ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-plot.theta.R
Expand Up @@ -4,6 +4,7 @@ theta <- rtheta(m = 2, d = 2) # Create a random correctly formatted theta
file <- tempfile(fileext = ".pdf")

test_that("plotting theta objects works", {
skip_on_cran()
pdf(file)
out <- plot(theta, add.ellipses = TRUE)
dev.off()
Expand Down

0 comments on commit 58b86ae

Please sign in to comment.