Skip to content

Commit 1c2bebf

Browse files
committed
Fixed use of 'useFancyQuotes' option
1 parent 0840616 commit 1c2bebf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/testthat/setup.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ source("connection_to_datasets/init_testing_datasets.R")
3333
source("connection_to_datasets/init_studies_datasets.R")
3434
source("connection_to_datasets/init_discordant_datasets.R")
3535
source("connection_to_datasets/init_mediation_datasets.R")
36-
options(datashield.errors.print = FALSE)
36+
base::options(datashield.errors.print = FALSE)
37+
base::options(useFancyQuotes = FALSE)
3738

3839
# context("setup - done")

0 commit comments

Comments
 (0)