Skip to content

Commit f32d022

Browse files
author
hornik
committed
Enhancements for c88462.
git-svn-id: https://svn.r-project.org/R/trunk@88490 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent dcc4f57 commit f32d022

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

src/library/base/man/Random.Rd

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -297,16 +297,23 @@ set.seed(seed, kind = NULL, normal.kind = NULL, sample.kind = NULL)
297297
\emph{Operations Research}, \bold{47}, 159--164.
298298
\doi{10.1287/opre.47.1.159}.
299299
300-
\I{L'Ecuyer}, P. and Simard, R. (2007).
301-
\I{TestU01}: A C Library for Empirical Testing of Random Number Generators
302-
\emph{ACM Transactions on Mathematical Software}, \bold{33}, Article 22.
303-
\doi{10.1145/1268776.1268777}.
304-
\cr The \I{TestU01} C library is available from
305-
\url{https://simul.iro.umontreal.ca/testu01/tu01.html} or also
306-
\url{https://github.com/umontreal-simul/TestU01-2009}.
307-
300+
%% <FIXME bibcite>
301+
%% \I{L'Ecuyer}, P. and Simard, R. (2007).
302+
%% \I{TestU01}: A C Library for Empirical Testing of Random Number Generators
303+
%% \emph{ACM Transactions on Mathematical Software}, \bold{33}, Article 22.
304+
%% \doi{10.1145/1268776.1268777}.
305+
%% \cr The \I{TestU01} C library is available from
306+
%% \url{https://simul.iro.umontreal.ca/testu01/tu01.html} or also
307+
%% \url{https://github.com/umontreal-simul/TestU01-2009}.
308+
%% </FIXME>
309+
308310
%% <FIXME bibcite>
309-
%% \bibshow{R:Simard+L_Ecuyer:2007}
311+
\bibinfo{R:Simard+L_Ecuyer:2007}{footer}{
312+
The \\\\\\I{TestU01} C library is available from
313+
\\\\\\url{https://simul.iro.umontreal.ca/testu01/tu01.html} or also
314+
\\\\\\url{https://github.com/umontreal-simul/TestU01-2009}.
315+
}
316+
\bibshow{R:Simard+L_Ecuyer:2007}
310317
%% </FIXME>
311318
312319
Marsaglia, G. (1997).

src/library/base/man/sort.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ sort.int(x, partial = NULL, na.last = NA, decreasing = FALSE,
158158
All attributes are removed from the return value
159159
%% <FIXME bibcite>
160160
%% (see Becker \abbr{et al.}, 1988, p.146)
161-
\bibcitep{R:Becker+Chambers+Wilks:1988>p.146}
161+
\bibcitep{|R:Becker+Chambers+Wilks:1988|p.\\\\\\sspace{}146}
162162
%% </FIXME>
163163
except names, which are sorted. (If
164164
\code{partial} is specified even the names are removed.) Note that

0 commit comments

Comments
 (0)