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 1d11db5 commit 0661fb2Copy full SHA for 0661fb2
tests/testthat/test-ggplot-warnings.R
@@ -2,6 +2,6 @@
2
3
test_that("ggplotly does not issue partial-argument-match warning", {
4
p <- ggplot(data.frame())
5
- rlang::scoped_options(warnPartialMatchArgs = TRUE)
+ rlang::local_options(warnPartialMatchArgs = TRUE)
6
expect_warning(ggplotly(p), regexp = NA)
7
})
0 commit comments