Skip to content

Commit b4bd9d0

Browse files
committed
fix for oldrel
1 parent e6f421b commit b4bd9d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testthat/setup.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ old_opts = options(
33
warnPartialMatchAttr = TRUE,
44
warnPartialMatchDollar = TRUE
55
)
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

Comments
 (0)