Skip to content

Commit c91a5ab

Browse files
author
smeyer
committed
cleanup (Rdiff canonicalizes quotes)
git-svn-id: https://svn.r-project.org/R/trunk@88556 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 7be1afc commit c91a5ab

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/library/tools/man/bibstyle.Rd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ getBibstyle(all = FALSE)
9999
\code{\link{bibentry}}
100100
}
101101
\examples{
102-
\dontshow{options(useFancyQuotes = FALSE)}
103102
refs <-
104103
c(bibentry(bibtype = "manual",
105104
title = "R: A Language and Environment for Statistical Computing",

tests/Examples/tools-Ex.Rout.save

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ Error in assertWarning(ff()) :
257257
>
258258
> ### ** Examples
259259
>
260-
> ## Don't show:
261-
> options(useFancyQuotes = FALSE)
262-
> ## End(Don't show)
263260
> refs <-
264261
+ c(bibentry(bibtype = "manual",
265262
+ title = "R: A Language and Environment for Statistical Computing",
@@ -286,7 +283,7 @@ Error in assertWarning(ff()) :
286283
Computing_. R Foundation for Statistical Computing, Vienna, Austria.
287284
<https://www.R-project.org>.
288285

289-
[2] Box GEP, Cox DR (1964). "An Analysis of Transformations." _Journal
286+
[2] Box GEP, Cox DR (1964). An Analysis of Transformations. _Journal
290287
of the Royal Statistical Society, Series B_, *26*(2), 211-243.
291288
doi:10.1111/j.2517-6161.1964.tb00553.x
292289
<https://doi.org/10.1111/j.2517-6161.1964.tb00553.x>.

0 commit comments

Comments
 (0)