We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d957ab commit 4f66dc3Copy full SHA for 4f66dc3
tests/testthat/test-ggplot-warnings.R
@@ -0,0 +1,7 @@
1
+
2
3
+test_that("ggplotly does not issue partial-argument-match warning", {
4
+ p <- ggplot(data.frame())
5
+ rlang::scoped_options(warnPartialMatchArgs = TRUE)
6
+ expect_warning(ggplotly(p), regexp = NA)
7
+})
0 commit comments