Skip to content

Commit b1a8034

Browse files
committed
Suggest VDIFFR even though skipped
Necessary for CRAN submission.
1 parent 57f84d1 commit b1a8034

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Imports:
2828
checkmate
2929
Suggests:
3030
testthat,
31+
vdiffr,
3132
covr,
3233
knitr,
3334
here,

tests/testthat/test_plot.R

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ context("Plot")
33
test_that("test plots", {
44

55
# run vdiffr::validate_cases() at commandline to generate test svg'
6+
67
# debug using: print(gdtools::version_freetype())
7-
# waiting for new realease before test everywhere, now:
8+
# waiting for new release before test, now:
9+
10+
skip()
811

9-
skip_on_cran()
10-
skip_on_bioc()
11-
skip_if_not_installed("vdiffr")
12+
#skip_on_cran()
13+
#skip_on_bioc()
14+
#skip_if_not_installed("vdiffr")
1215

1316
bandit <-
1417
ContextualPrecachingBandit$new(weights = c(0.9, 0.1, 0.1))

0 commit comments

Comments
 (0)