Skip to content

Commit 61668ac

Browse files
author
hornik
committed
Auto-generate citations and references.
git-svn-id: https://svn.r-project.org/R/trunk@88547 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 2e8ce88 commit 61668ac

File tree

4 files changed

+19
-27
lines changed

4 files changed

+19
-27
lines changed

src/library/methods/man/S3Part.Rd

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/methods/man/S3Part.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 2008-2016 R Core Team
3+
% Copyright 2008-2025 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{S3Part}
@@ -218,10 +218,9 @@ empty list for any other object.
218218
}
219219

220220
\references{
221-
Chambers, John M. (2016)
222-
\emph{Extending R},
223-
Chapman & Hall.
224-
(Chapters 9 and 10, particularly Section 10.8)
221+
\bibinfo{R:Chambers:2016}{footer}{(Chapters 9 and 10, particularly
222+
Section 10.8)}
223+
\bibshow{R:Chambers:2016}
225224
}
226225

227226
\seealso{ \code{\link{setOldClass}} }

src/library/methods/man/StructureClasses.Rd

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/methods/man/StructureClasses.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2011 R Core Team
3+
% Copyright 1995-2025 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{StructureClasses}
@@ -148,17 +148,13 @@
148148
extending one of the basic classes.
149149
}
150150
\references{
151-
Chambers, John M. (2008)
152-
\emph{Software for Data Analysis: Programming with R}
153-
Springer. (For the R version.)
154-
155-
Chambers, John M. (1998)
156-
\emph{Programming with Data}
157-
Springer (For the original S4 version.)
158-
159-
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
160-
\emph{The New S Language}.
161-
Wadsworth & Brooks/Cole (for the original vector structures).
151+
\bibinfo{R:Becker+Chambers+Wilks:1988}{footer}{For the original vector
152+
structures.)}
153+
\bibinfo{R:Chambers:1998}{footer}{(For the original S4 version.)}
154+
\bibinfo{R:Chambers:2008}{footer}{(For the R version.)}
155+
\bibshow{R:Becker+Chambers+Wilks:1988,
156+
R:Chambers:1998,
157+
R:Chambers:2008}
162158
}
163159
\examples{
164160
showClass("structure")

src/library/methods/man/refClass.Rd

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/methods/man/refClass.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 2010-2014 R Core Team
3+
% Copyright 2010-2025 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{ReferenceClasses}
@@ -818,10 +818,8 @@ reference method interactively.
818818
}
819819

820820
\references{
821-
Chambers, John M. (2016)
822-
\emph{Extending R},
823-
Chapman & Hall.
824-
(Chapters 9 and 11.)
821+
\bibinfo{R:Chambers:2016}{footer}{(Chapters 9 and 11.)}
822+
\bibshow{R:Chambers:2016}
825823
}
826824

827825

src/library/methods/man/setOldClass.Rd

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/methods/man/setOldClass.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2010, 2016 R Core Team
3+
% Copyright 1995-2025, 2016 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{setOldClass}
@@ -209,10 +209,9 @@ setOldClass(Classes, prototype, where, test = FALSE, S4Class)
209209
210210
211211
\references{
212-
Chambers, John M. (2016)
213-
\emph{Extending R},
214-
Chapman & Hall.
215-
(Chapters 9 and 10, particularly Section 10.8)
212+
\bibinfo{R:Chambers:2016}{footer}{(Chapters 9 and 10, particularly
213+
Section 10.8)}
214+
\bibshow{R:Chambers:2016}
216215
}
217216
218217

0 commit comments

Comments
 (0)