Skip to content

Commit 0840616

Browse files
committed
Rework 'useFancyQuotes' option during tests
1 parent 5f1509c commit 0840616

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/testthat.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
library(testthat)
1010
library(dsBaseClient)
1111

12-
if (identical(Sys.getenv("NOT_CRAN"), "true"))
12+
if (identical(Sys.getenv("NOT_CRAN"), "true")) {
13+
ufq_opt <- base::options(useFancyQuotes = FALSE)
1314
test_check("dsBaseClient")
15+
base::options(useFancyQuotes = ufq_opt)
16+
}

0 commit comments

Comments
 (0)