We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1513d09 commit 200b0e2Copy full SHA for 200b0e2
tests/testthat/test-ggplot-warnings.R
@@ -1,4 +1,6 @@
1
test_that("ggplotly does not issue partial-argument-match warning", {
2
+ skip_if_not(getRversion() >= "3.6")
3
+
4
opts <- options(warnPartialMatchArgs = TRUE)
5
on.exit(options(opts), add = TRUE)
6
p <- ggplot(data.frame())
0 commit comments