The R Project SVN R

Rev

Rev 88334 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88334 Rev 88656
Line 1... Line 1...
1
bibentry("Manual",
1
bibentry("Manual",
2
         title = "R: A Language and Environment for Statistical Computing",
2
         title = "R: A Language and Environment for Statistical Computing",
3
         author = person("R Core Team"),
3
         author = person("R Core Team", comment = c(ROR = "02zz1nj61")),
4
         organization = "R Foundation for Statistical Computing",
4
         organization = person("R Foundation for Statistical Computing",
-
 
5
                               comment = c(ROR = "05qewa988")),
5
         address      = "Vienna, Austria",
6
         address      = "Vienna, Austria",
6
         year         = version$year,
7
         year         = version$year,
7
         doi          = "10.32614/R.manuals",
8
         doi          = "10.32614/R.manuals",
8
         url          = "https://www.R-project.org/",
9
         url          = "https://www.R-project.org/",
9
         
10