Skip to content

Commit ab6d7d4

Browse files
author
hornik
committed
Updated.
git-svn-id: https://svn.r-project.org/R/trunk@88491 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent f32d022 commit ab6d7d4

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

src/library/utils/man/bibentry.Rd

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

66
\name{bibentry}
@@ -265,30 +265,33 @@ print(rref, style = "R")
265265
bref <- c(
266266
bibentry(
267267
bibtype = "Manual",
268-
title = "boot: Bootstrap R (S-PLUS) Functions",
268+
title = "boot: Bootstrap Functions",
269269
author = c(
270270
person("Angelo", "Canty", role = "aut",
271+
email = "[email protected]",
271272
comment = "S original"),
272-
person(c("Brian", "D."), "Ripley", role = c("aut", "trl", "cre"),
273-
comment = "R port, author of parallel support",
274-
email = "[email protected]")
273+
person(c("Brian", "D."), "Ripley", role = c("aut", "trl"),
274+
comment = "R port, author of parallel support, maintainer 1999--2022",
275+
email = "[email protected]")
275276
),
276-
year = "2012",
277-
note = "R package version 1.3-4",
277+
year = "2024",
278+
note = "R package version 1.3-31",
278279
url = "https://CRAN.R-project.org/package=boot",
280+
doi = "10.32614/CRAN.package.boot",
279281
key = "boot-package"
280282
),
281283
282284
bibentry(
283285
bibtype = "Book",
284286
title = "Bootstrap Methods and Their Applications",
285-
author = as.person("Anthony C. Davison [aut], David V. Hinkley [aut]"),
287+
author = c(person("Anthony Christopher", "Davison",
288+
comment = c(ORCID = "0000-0002-8537-6191")),
289+
person("David Victor", "Hinkley")),
286290
year = "1997",
287291
publisher = "Cambridge University Press",
288292
address = "Cambridge",
289293
isbn = "0-521-57391-2",
290294
doi = "10.1017/CBO9780511802843",
291-
url = "http://statwww.epfl.ch/davison/BMA/",
292295
key = "boot-book"
293296
)
294297
)

src/library/utils/man/cite.Rd

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

66
\name{cite}
@@ -108,30 +108,33 @@ rref <- bibentry(
108108
bref <- c(
109109
bibentry(
110110
bibtype = "Manual",
111-
title = "boot: Bootstrap R (S-PLUS) Functions",
111+
title = "boot: Bootstrap Functions",
112112
author = c(
113113
person("Angelo", "Canty", role = "aut",
114+
email = "[email protected]",
114115
comment = "S original"),
115-
person(c("Brian", "D."), "Ripley", role = c("aut", "trl", "cre"),
116-
comment = "R port, author of parallel support",
117-
email = "[email protected]")
116+
person(c("Brian", "D."), "Ripley", role = c("aut", "trl"),
117+
comment = "R port, author of parallel support, maintainer 1999--2022",
118+
email = "[email protected]")
118119
),
119-
year = "2012",
120-
note = "R package version 1.3-4",
120+
year = "2024",
121+
note = "R package version 1.3-31",
121122
url = "https://CRAN.R-project.org/package=boot",
123+
doi = "10.32614/CRAN.package.boot",
122124
key = "boot-package"
123125
),
124126

125127
bibentry(
126128
bibtype = "Book",
127129
title = "Bootstrap Methods and Their Applications",
128-
author = as.person("Anthony C. Davison [aut], David V. Hinkley [aut]"),
130+
author = c(person("Anthony Christopher", "Davison",
131+
comment = c(ORCID = "0000-0002-8537-6191")),
132+
person("David Victor", "Hinkley")),
129133
year = "1997",
130134
publisher = "Cambridge University Press",
131135
address = "Cambridge",
132136
isbn = "0-521-57391-2",
133137
doi = "10.1017/CBO9780511802843",
134-
url = "http://statwww.epfl.ch/davison/BMA/",
135138
key = "boot-book"
136139
)
137140
)

0 commit comments

Comments
 (0)