-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brian Fannin
authored and
Brian Fannin
committed
Apr 21, 2016
1 parent
4b385b2
commit fc46b41
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@Manual{R-base, | ||
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/}, | ||
} | ||
@Manual{R-bookdown, | ||
title = {bookdown: Authoring Books with R Markdown}, | ||
author = {Yihui Xie}, | ||
note = {R package version 0.0.63}, | ||
url = {https://github.com/rstudio/bookdown}, | ||
year = {2016}, | ||
} | ||
@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.12.22}, | ||
url = {http://yihui.name/knitr/}, | ||
} | ||
@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 0.9.5.9}, | ||
url = {http://rmarkdown.rstudio.com}, | ||
} |