-
Notifications
You must be signed in to change notification settings - Fork 0
/
_packages.bib
56 lines (56 loc) · 1.99 KB
/
_packages.bib
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
45
46
47
48
49
50
51
52
53
54
55
56
@Manual{R-bookdown,
title = {bookdown: Authoring Books and Technical Documents with R Markdown},
author = {Yihui Xie},
year = {2020},
note = {R package version 0.21},
url = {https://github.com/rstudio/bookdown},
}
@Manual{R-devtools,
title = {devtools: Tools to Make Developing R Packages Easier},
author = {Hadley Wickham and Jim Hester and Winston Chang},
year = {2020},
note = {R package version 2.3.2},
url = {https://CRAN.R-project.org/package=devtools},
}
@Manual{R-dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain François and Lionel {Henry} and Kirill Müller},
year = {2020},
note = {R package version 1.0.2},
url = {https://CRAN.R-project.org/package=dplyr},
}
@Manual{R-ggpubr,
title = {ggpubr: ggplot2 Based Publication Ready Plots},
author = {Alboukadel Kassambara},
year = {2020},
note = {R package version 0.4.0},
url = {https://rpkgs.datanovia.com/ggpubr/},
}
@Manual{R-kableExtra,
title = {kableExtra: Construct Complex Table with kable and Pipe Syntax},
author = {Hao Zhu},
year = {2020},
note = {R package version 1.2.1},
url = {https://CRAN.R-project.org/package=kableExtra},
}
@Manual{R-knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2020},
note = {R package version 1.30},
url = {https://yihui.org/knitr/},
}
@Manual{R-pagedown,
title = {pagedown: Paginate the HTML Output of R Markdown with CSS for Print},
author = {Yihui Xie and Romain Lesur and Brent Thorne and Xianying Tan},
year = {2020},
note = {R package version 0.12},
url = {https://github.com/rstudio/pagedown},
}
@Manual{R-rmarkdown,
title = {rmarkdown: Dynamic Documents for R},
author = {JJ Allaire and Yihui Xie and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
year = {2020},
note = {R package version 2.4},
url = {https://github.com/rstudio/rmarkdown},
}