-
Notifications
You must be signed in to change notification settings - Fork 2
/
packages.bib
113 lines (113 loc) · 3.87 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
@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 = {2017},
url = {https://www.R-project.org/},
}
@Manual{R-bookdown,
title = {bookdown: Authoring Books and Technical Documents with R Markdown},
author = {Yihui Xie},
year = {2017},
note = {R package version 0.5},
url = {https://CRAN.R-project.org/package=bookdown},
}
@Manual{R-DBI,
title = {DBI: R Database Interface},
author = {{R Special Interest Group on Databases (R-SIG-DB)} and Hadley Wickham and Kirill Müller},
year = {2017},
note = {R package version 0.7},
url = {https://CRAN.R-project.org/package=DBI},
}
@Manual{R-dbplyr,
title = {dbplyr: A 'dplyr' Back End for Databases},
author = {Hadley Wickham},
year = {2017},
note = {R package version 1.1.0},
url = {https://CRAN.R-project.org/package=dbplyr},
}
@Manual{R-dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain Francois and Lionel Henry and Kirill Müller},
year = {2017},
note = {R package version 0.7.4},
url = {https://CRAN.R-project.org/package=dplyr},
}
@Manual{R-DT,
title = {DT: A Wrapper of the JavaScript Library 'DataTables'},
author = {Yihui Xie},
year = {2016},
note = {R package version 0.2},
url = {https://CRAN.R-project.org/package=DT},
}
@Manual{R-forcats,
title = {forcats: Tools for Working with Categorical Variables (Factors)},
author = {Hadley Wickham},
year = {2017},
note = {R package version 0.2.0},
url = {https://CRAN.R-project.org/package=forcats},
}
@Manual{R-knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2017},
note = {R package version 1.17},
url = {https://CRAN.R-project.org/package=knitr},
}
@Manual{R-lubridate,
title = {lubridate: Make Dealing with Dates a Little Easier},
author = {Garrett Grolemund and Vitalie Spinu and Hadley Wickham},
year = {2016},
note = {R package version 1.6.0},
url = {https://CRAN.R-project.org/package=lubridate},
}
@Manual{R-RcppRoll,
title = {RcppRoll: Efficient Rolling / Windowed Operations},
author = {Kevin Ushey},
year = {2015},
note = {R package version 0.2.2},
url = {https://CRAN.R-project.org/package=RcppRoll},
}
@Manual{R-readxl,
title = {readxl: Read Excel Files},
author = {Hadley Wickham and Jennifer Bryan},
year = {2017},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=readxl},
}
@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 and Ruben Arslan},
year = {2017},
note = {R package version 1.6},
url = {https://CRAN.R-project.org/package=rmarkdown},
}
@Manual{R-RPostgreSQL,
title = {RPostgreSQL: R Interface to the 'PostgreSQL' Database System},
author = {Joe Conway and Dirk Eddelbuettel and Tomoaki Nishiyama and Sameer Kumar Prayaga and Neil Tiffin},
year = {2017},
note = {R package version 0.6-2},
url = {https://CRAN.R-project.org/package=RPostgreSQL},
}
@Manual{R-rsdmx,
title = {rsdmx: Tools for Reading SDMX Data and Metadata},
author = {Emmanuel Blondel},
year = {2017},
note = {R package version 0.5-9},
url = {https://CRAN.R-project.org/package=rsdmx},
}
@Manual{R-stringr,
title = {stringr: Simple, Consistent Wrappers for Common String Operations},
author = {Hadley Wickham},
year = {2017},
note = {R package version 1.2.0},
url = {https://CRAN.R-project.org/package=stringr},
}
@Manual{R-tidyr,
title = {tidyr: Easily Tidy Data with 'spread()' and 'gather()' Functions},
author = {Hadley Wickham and Lionel Henry},
year = {2017},
note = {R package version 0.7.2},
url = {https://CRAN.R-project.org/package=tidyr},
}