Skip to content

Commit 6f0ffdb

Browse files
author
hornik
committed
Use new R manuals DOI in R citation.
git-svn-id: https://svn.r-project.org/R/trunk@88334 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent f3c2370 commit 6f0ffdb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/manual/R-FAQ.texi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ To cite R in publications, use
629629
organization = @{R Foundation for Statistical Computing@},
630630
address = @{Vienna, Austria@},
631631
year = @var{YEAR},
632+
doi = @{10.32614/R.manuals@},
632633
url = @{https://www.R-project.org@}
633634
@}
634635
@end group

src/library/base/inst/CITATION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ bibentry("Manual",
44
organization = "R Foundation for Statistical Computing",
55
address = "Vienna, Austria",
66
year = version$year,
7+
doi = "10.32614/R.manuals",
78
url = "https://www.R-project.org/",
89

910
mheader = "To cite R in publications use:",

0 commit comments

Comments
 (0)