We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c2370 commit 6f0ffdbCopy full SHA for 6f0ffdb
doc/manual/R-FAQ.texi
@@ -629,6 +629,7 @@ To cite R in publications, use
629
organization = @{R Foundation for Statistical Computing@},
630
address = @{Vienna, Austria@},
631
year = @var{YEAR},
632
+ doi = @{10.32614/R.manuals@},
633
url = @{https://www.R-project.org@}
634
@}
635
@end group
src/library/base/inst/CITATION
@@ -4,6 +4,7 @@ bibentry("Manual",
4
organization = "R Foundation for Statistical Computing",
5
address = "Vienna, Austria",
6
year = version$year,
7
+ doi = "10.32614/R.manuals",
8
url = "https://www.R-project.org/",
9
10
mheader = "To cite R in publications use:",
0 commit comments