@@ -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 \i tem{number:}{The number of a journal, magazine, technical report,
217217 or of a work in a series.}
218218
219+ \i tem{organization:}{The publishing institution of a manual or
220+ proceedings.}
221+
219222 \i tem{pages:}{One or more page numbers or range of numbers.}
220223
221224 \i tem{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 )
0 commit comments