Skip to content

Commit 3bde0ee

Browse files
author
hornik
committed
Updated.
git-svn-id: https://svn.r-project.org/R/trunk@88461 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 338255d commit 3bde0ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/library/utils/man/bibentry.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,11 @@ bibentry(bibtype, textVersion = NULL, header = NULL, footer = NULL,
243243
rref <- bibentry(
244244
bibtype = "Manual",
245245
title = "R: A Language and Environment for Statistical Computing",
246-
author = person("R Core Team"),
246+
author = person("R Core Team", comment = c(ROR = "02zz1nj61")),
247247
organization = "R Foundation for Statistical Computing",
248248
address = "Vienna, Austria",
249-
year = 2014,
249+
year = 2025,
250+
doi = "10.32614/R.manuals",
250251
url = "https://www.R-project.org/")
251252
252253
## Different printing styles

0 commit comments

Comments
 (0)