Home
last modified time | relevance | path

Searched refs:useFancyQuotes (Results 1 – 25 of 126) sorted by relevance

123456

/dports/math/R/R-4.1.2/src/library/base/man/
H A DsQuote.Rd15 sQuote(x, q = getOption("useFancyQuotes"))
16 dQuote(x, q = getOption("useFancyQuotes"))
49 the \code{\link{options}} setting for \code{useFancyQuotes}. If this
74 To work around this, the default for \code{options("useFancyQuotes")}
97 op <- options("useFancyQuotes")
99 options(useFancyQuotes = FALSE)
102 options(useFancyQuotes = TRUE)
105 options(useFancyQuotes = "TeX")
109 options(useFancyQuotes = c("\xab", "\xbb", "\xbf", "?"))
113 options(useFancyQuotes = c("\xc2\xab", "\xc2\xbb", "\xc2\xbf", "?"))
/dports/math/libRmath/R-4.1.1/src/library/base/man/
H A DsQuote.Rd15 sQuote(x, q = getOption("useFancyQuotes"))
16 dQuote(x, q = getOption("useFancyQuotes"))
49 the \code{\link{options}} setting for \code{useFancyQuotes}. If this
74 To work around this, the default for \code{options("useFancyQuotes")}
97 op <- options("useFancyQuotes")
99 options(useFancyQuotes = FALSE)
102 options(useFancyQuotes = TRUE)
105 options(useFancyQuotes = "TeX")
109 options(useFancyQuotes = c("\xab", "\xbb", "\xbf", "?"))
113 options(useFancyQuotes = c("\xc2\xab", "\xc2\xbb", "\xc2\xbf", "?"))
/dports/devel/R-cran-pkgcache/pkgcache/tests/testthat/
H A Dtest-platform.R180 withr::local_options(useFancyQuotes = FALSE) globalVar
190 withr::local_options(useFancyQuotes = FALSE) globalVar
198 withr::local_options(useFancyQuotes = FALSE) globalVar
205 withr::local_options(useFancyQuotes = FALSE) globalVar
/dports/math/R-cran-backports/backports/man/
H A DdQuote.Rd8 dQuote(x, q = getOption("useFancyQuotes"))
10 sQuote(x, q = getOption("useFancyQuotes"))
/dports/math/R/R-4.1.2/share/R/
H A Dtests-startup.R3 options(useFancyQuotes = FALSE)
/dports/math/libRmath/R-4.1.1/share/R/
H A Dtests-startup.R3 options(useFancyQuotes = FALSE)
/dports/math/R-cran-FrF2/FrF2/tests/
H A Dstartup.Rs3 options(useFancyQuotes = FALSE)
/dports/math/R/R-4.1.2/tests/
H A Ddatasets.R3 options(useFancyQuotes=FALSE)
H A Ddemos.R4 options(keep.source=TRUE, useFancyQuotes=FALSE, warn = 1)
/dports/math/libRmath/R-4.1.1/tests/
H A Ddatasets.R3 options(useFancyQuotes=FALSE)
H A Ddemos.R4 options(keep.source=TRUE, useFancyQuotes=FALSE, warn = 1)
/dports/math/R-cran-pbkrtest/pbkrtest/vignettes/
H A Dcoercion.Rnw65 options(prompt = "R> ", continue = "+ ", width = 80, useFancyQuotes=FALSE)
69 %% useFancyQuotes = FALSE
/dports/math/R-cran-pbkrtest/pbkrtest/inst/doc/
H A Dcoercion.Rnw65 options(prompt = "R> ", continue = "+ ", width = 80, useFancyQuotes=FALSE)
69 %% useFancyQuotes = FALSE
H A Dcoercion.R14 options(prompt = "R> ", continue = "+ ", width = 80, useFancyQuotes=FALSE)
H A Dpbkrtest.R14 options(prompt = "R> ", continue = "+ ", width = 80, useFancyQuotes=FALSE)
H A Dpbkrtest.Rnw66 options(prompt = "R> ", continue = "+ ", width = 80, useFancyQuotes=FALSE)
70 %% useFancyQuotes = FALSE
/dports/devel/R-cran-diffobj/diffobj/tests/_helper/
H A Dinit.R22 useFancyQuotes=FALSE, # all.equals uses fancy quotes nameattr
/dports/math/R-cran-car/car/inst/doc/
H A Dembedding.R10 options(width=80, digits=4, useFancyQuotes=FALSE, prompt=" ", continue=" ")
/dports/devel/R-cran-parallelly/parallelly/inst/
H A DWORDLIST72 useFancyQuotes
/dports/math/R/R-4.1.2/src/library/utils/tests/
H A Dswv-keepSrc-1.Rnw8 options(width=70, useFancyQuotes = FALSE, prompt="R> ", continue="+ ")
/dports/math/libRmath/R-4.1.1/src/library/utils/tests/
H A Dswv-keepSrc-1.Rnw8 options(width=70, useFancyQuotes = FALSE, prompt="R> ", continue="+ ")
/dports/devel/R-cran-testthat/testthat/R/
H A Dlocal.R104 useFancyQuotes = FALSE, functionVar
/dports/math/rkward-kde/rkward-0.7.1/rkward/rbackend/rpackages/rkwardtests/R/
H A Drkwardtests-internal.R8 op <- options (useFancyQuotes = FALSE)
254 options (useFancyQuotes=FALSE)
/dports/finance/R-cran-AER/AER/demo/
H A DCh-Intro.R5 digits = 4, show.signif.stars = FALSE, useFancyQuotes = FALSE)
/dports/finance/R-cran-AER/AER/tests/
H A DCh-Intro.R5 digits = 4, show.signif.stars = FALSE, useFancyQuotes = FALSE)

123456