We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0840616 commit 1c2bebfCopy full SHA for 1c2bebf
1 file changed
tests/testthat/setup.R
@@ -33,6 +33,7 @@ source("connection_to_datasets/init_testing_datasets.R")
33
source("connection_to_datasets/init_studies_datasets.R")
34
source("connection_to_datasets/init_discordant_datasets.R")
35
source("connection_to_datasets/init_mediation_datasets.R")
36
-options(datashield.errors.print = FALSE)
+base::options(datashield.errors.print = FALSE)
37
+base::options(useFancyQuotes = FALSE)
38
39
# context("setup - done")
0 commit comments