forked from BenjaminGaiser/CSSR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRpackageCitations.bib
More file actions
44 lines (44 loc) · 1.54 KB
/
RpackageCitations.bib
File metadata and controls
44 lines (44 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@Manual{CiteR,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2016},
url = {https://www.R-project.org/},
note = {Version 3.3.1},
}
@Manual{R-ggplot2,
title = {ggplot2: An Implementation of the Grammar of Graphics},
author = {Hadley Wickham and Winston Chang},
year = {2016},
note = {R package version 2.1.0},
url = {https://CRAN.R-project.org/package=ggplot2},
}
@Manual{R-knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2016},
note = {R package version 1.14},
url = {https://CRAN.R-project.org/package=knitr},
}
@Manual{R-pastecs,
title = {pastecs: Package for Analysis of Space-Time Ecological Series},
author = {Philippe Grosjean and Frederic Ibanez},
year = {2014},
note = {R package version 1.3-18},
url = {https://CRAN.R-project.org/package=pastecs},
}
@Manual{R-repmis,
title = {repmis: Miscellaneous Tools for Reproducible Research},
author = {Christopher Gandrud},
year = {2016},
note = {R package version 0.5},
url = {https://CRAN.R-project.org/package=repmis},
}
@Manual{R-rmarkdown,
title = {rmarkdown: Dynamic Documents for R},
author = {JJ Allaire and Joe Cheng and Yihui Xie and Jonathan McPherson and Winston Chang and Jeff Allen and Hadley Wickham and Aron Atkins and Rob Hyndman},
year = {2016},
note = {R package version 1.0},
url = {https://CRAN.R-project.org/package=rmarkdown},
}