Skip to content

Commit 200b0e2

Browse files
committed
Skip warnPartialMatchArgs test on R 3.5
1 parent 1513d09 commit 200b0e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-ggplot-warnings.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
test_that("ggplotly does not issue partial-argument-match warning", {
2+
skip_if_not(getRversion() >= "3.6")
3+
24
opts <- options(warnPartialMatchArgs = TRUE)
35
on.exit(options(opts), add = TRUE)
46
p <- ggplot(data.frame())

0 commit comments

Comments
 (0)