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 e6f421b commit b4bd9d0Copy full SHA for b4bd9d0
tests/testthat/setup.R
@@ -3,3 +3,6 @@ old_opts = options(
3
warnPartialMatchAttr = TRUE,
4
warnPartialMatchDollar = TRUE
5
)
6
+
7
+# https://github.com/HenrikBengtsson/Wishlist-for-R/issues/88
8
+old_opts = lapply(old_opts, function(x) if (is.null(x)) FALSE else x)
0 commit comments