|
1 | 1 | % File src/library/utils/man/bibentry.Rd |
2 | 2 | % Part of the R package, https://www.R-project.org |
3 | | -% Copyright 1995-2023 R Core Team |
| 3 | +% Copyright 1995-2025 R Core Team |
4 | 4 | % Distributed under GPL 2 or later |
5 | 5 |
|
6 | 6 | \name{bibentry} |
@@ -265,30 +265,33 @@ print(rref, style = "R") |
265 | 265 | bref <- c( |
266 | 266 | bibentry( |
267 | 267 | bibtype = "Manual", |
268 | | - title = "boot: Bootstrap R (S-PLUS) Functions", |
| 268 | + title = "boot: Bootstrap Functions", |
269 | 269 | author = c( |
270 | 270 | person("Angelo", "Canty", role = "aut", |
| 271 | + |
271 | 272 | comment = "S original"), |
272 | | - person(c("Brian", "D."), "Ripley", role = c("aut", "trl", "cre"), |
273 | | - comment = "R port, author of parallel support", |
274 | | - |
| 273 | + person(c("Brian", "D."), "Ripley", role = c("aut", "trl"), |
| 274 | + comment = "R port, author of parallel support, maintainer 1999--2022", |
| 275 | + |
275 | 276 | ), |
276 | | - year = "2012", |
277 | | - note = "R package version 1.3-4", |
| 277 | + year = "2024", |
| 278 | + note = "R package version 1.3-31", |
278 | 279 | url = "https://CRAN.R-project.org/package=boot", |
| 280 | + doi = "10.32614/CRAN.package.boot", |
279 | 281 | key = "boot-package" |
280 | 282 | ), |
281 | 283 |
|
282 | 284 | bibentry( |
283 | 285 | bibtype = "Book", |
284 | 286 | 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")), |
286 | 290 | year = "1997", |
287 | 291 | publisher = "Cambridge University Press", |
288 | 292 | address = "Cambridge", |
289 | 293 | isbn = "0-521-57391-2", |
290 | 294 | doi = "10.1017/CBO9780511802843", |
291 | | - url = "http://statwww.epfl.ch/davison/BMA/", |
292 | 295 | key = "boot-book" |
293 | 296 | ) |
294 | 297 | ) |
|
0 commit comments