Created
March 25, 2013 16:33
-
-
Save pedroj/5238483 to your computer and use it in GitHub Desktop.
#--Citing R:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #--Citing R: | |
| citation() | |
| To cite R in publications, use | |
| R Development Core Team (2004). R: A language and environment for | |
| statistical computing. R Foundation for Statistical Computing, | |
| Vienna, Austria. ISBN 3-900051-00-3, URL http://www.R-project.org. | |
| We have invested a lot of effort in creating R, please cite it when | |
| using it for data analysis. | |
| A BibTeX entry for LaTeX users is | |
| @Manual{, | |
| title = {R: A language and environment for | |
| statistical computing}, | |
| author = {{R Development Core Team}}, | |
| organization = {R Foundation for Statistical Computing}, | |
| address = {Vienna, Austria}, | |
| year = 2004, | |
| note = {ISBN 3-900051-00-3}, | |
| url = {http://www.R-project.org} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment