Skip to content

Commit c673940

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

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/library/utils/man/bibentry.Rd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bibentry(bibtype, textVersion = NULL, header = NULL, footer = NULL,
3232

3333
\method{sort}{bibentry}(x, decreasing = FALSE, .bibstyle = NULL, drop = FALSE, \dots)
3434

35-
\method{print}{citation} (x, style = "citation", \dots)
35+
\method{print}{citation}(x, style = "citation", \dots)
3636
\method{format}{citation}(x, style = "citation", \dots)
3737

3838
\method{toBibtex}{bibentry}(object, escape = FALSE, ...)
@@ -216,6 +216,9 @@ bibentry(bibtype, textVersion = NULL, header = NULL, footer = NULL,
216216
\item{number:}{The number of a journal, magazine, technical report,
217217
or of a work in a series.}
218218
219+
\item{organization:}{The publishing institution of a manual or
220+
proceedings.}
221+
219222
\item{pages:}{One or more page numbers or range of numbers.}
220223
221224
\item{publisher:}{The publisher's name.}
@@ -284,6 +287,7 @@ bref <- c(
284287
publisher = "Cambridge University Press",
285288
address = "Cambridge",
286289
isbn = "0-521-57391-2",
290+
doi = "10.1017/CBO9780511802843",
287291
url = "http://statwww.epfl.ch/davison/BMA/",
288292
key = "boot-book"
289293
)

src/library/utils/man/cite.Rd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ Duncan Murdoch
9696
rref <- bibentry(
9797
bibtype = "Manual",
9898
title = "R: A Language and Environment for Statistical Computing",
99-
author = person("R Core Team"),
99+
author = person("R Core Team", comment = c(ROR = "02zz1nj61")),
100100
organization = "R Foundation for Statistical Computing",
101101
address = "Vienna, Austria",
102-
year = 2013,
102+
year = 2025,
103+
doi = "10.32614/R.manuals",
103104
url = "https://www.R-project.org/",
104105
key = "R")
105106

@@ -129,6 +130,7 @@ bref <- c(
129130
publisher = "Cambridge University Press",
130131
address = "Cambridge",
131132
isbn = "0-521-57391-2",
133+
doi = "10.1017/CBO9780511802843",
132134
url = "http://statwww.epfl.ch/davison/BMA/",
133135
key = "boot-book"
134136
)

0 commit comments

Comments
 (0)