Skip to content

Commit d7e47aa

Browse files
author
hornik
committed
Auto-generate citations and references.
git-svn-id: https://svn.r-project.org/R/trunk@88706 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 751bc40 commit d7e47aa

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

src/library/base/man/strptime.Rd

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,11 @@ strptime(x, format, tz = "")
390390
}
391391

392392
\references{
393-
International Organization for Standardization (2004, 2000, \dots)
394-
\sQuote{ISO 8601. Data elements and interchange formats --
395-
Information interchange -- Representation of dates and times.},
396-
slightly updated to International Organization for Standardization (2019)
397-
\sQuote{ISO 8601-1:2019. Date and time -- Representations for
398-
information interchange -- Part 1: Basic rules}, and further amended
399-
in 2022.
393+
\bibshow{R:International_Organization_for_Standardization:2000,
394+
R:International_Organization_for_Standardization:2004,
395+
R:International_Organization_for_Standardization:2019,
396+
R:International_Organization_for_Standardization:2022}
397+
400398
For links to versions available on-line see (at the time of writing)
401399
\url{https://dotat.at/tmp/ISO_8601-2004_E.pdf} and
402400
\url{https://www.qsl.net/g1smd/isopdf.htm}; for information on the

src/library/stats/man/ar.ols.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ ar.ols(x, aic = TRUE, order.max = NULL, na.action = na.fail,
9797
\code{\link{ar}}
9898
}
9999
\references{
100-
Luetkepohl, H. (1991): \emph{Introduction to Multiple Time Series
101-
Analysis.} Springer Verlag, NY, pp.\sspace{}368--370.
100+
\bibinfo{R:Luetkepohl:1991}{note}{Pages 368--370}
101+
\bibshow{R:Luetkepohl:1991}
102102
}
103103
\examples{
104104
ar(lh, method = "burg")

src/library/stats/man/cmdscale.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ cmdscale(d, k = 2, eig = FALSE, add = FALSE, x.ret = FALSE,
5454
c*} are Euclidean and hence can be represented in \code{n - 1}
5555
dimensions. Whereas S (Becker \abbr{et al.}, 1988) computes this
5656
constant using an approximation suggested by \I{Torgerson}, \R uses the
57-
analytical solution of \bibcitet{R:Cailliez:1983}, see also Cox and Cox (2001).
57+
analytical solution of \bibcitet{R:Cailliez:1983}, see also
58+
\bibcitet{R:Cox+Cox:2001}.
5859
Note that because of numerical errors the computed eigenvalues need
5960
not all be non-negative, and even theoretically the representation
6061
could be in fewer than \code{n - 1} dimensions.

src/library/stats/man/hclust.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ hclust(d, method = "complete", members = NULL)
118118
\code{"centroid"} are \emph{not} leading to a \emph{monotone distance}
119119
measure, or equivalently the resulting dendrograms can have so called
120120
\emph{inversions} or \emph{reversals} which are hard to interpret,
121-
but note the trichotomies in Legendre and Legendre (2012).
121+
but note the trichotomies in \bibcitet{R:Legendre+Legendre:2012}.
122122

123123
Two different algorithms are found in the literature for Ward
124124
clustering. The one used by option \code{"ward.D"} (equivalent to the

0 commit comments

Comments
 (0)