Changes between Initial Version and Version 1 of Ticket #15379


Ignore:
Timestamp:
Feb 22, 2011, 5:46:14 PM (13 years ago)
Author:
Russell Keith-Magee
Comment:

Technically, that BibTeX entry is for the R manual, not for R itself. We haven't got an ISBN for our manual, because we've never tried to formally print and publish it.

Accepting as a reasonable addition to the FAQ.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15379

    • Property Component UncategorizedDocumentation
    • Property Triage Stage UnreviewedAccepted
  • Ticket #15379 – Description

    initial v1  
    22
    33"""
     4{{{
    45> citation()
    5 
     6}}}
    67To cite R in publications use:
    78
     
    1112
    1213A BibTeX entry for LaTeX users is
    13 
     14{{{
    1415  @Manual{,
    1516    title = {R: A Language and Environment for Statistical Computing},
     
    2122    url = {http://www.R-project.org},
    2223  }
    23 
     24}}}
    2425We have invested a lot of time and effort in creating R, please cite it
    2526when using it for data analysis. See also ‘citation("pkgname")’ for
Back to Top