-
Notifications
You must be signed in to change notification settings - Fork 1
/
packages.bib
71 lines (71 loc) · 2.48 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
@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 = {2019},
url = {https://www.R-project.org/},
}
@Manual{R-bookdown,
title = {bookdown: Authoring Books and Technical Documents with R Markdown},
author = {Yihui Xie},
year = {2019},
note = {R package version 0.11},
url = {https://CRAN.R-project.org/package=bookdown},
}
@Manual{R-doParallel,
title = {doParallel: Foreach Parallel Adaptor for the 'parallel' Package},
author = {Microsoft Corporation and Steve Weston},
year = {2018},
note = {R package version 1.0.14},
url = {https://CRAN.R-project.org/package=doParallel},
}
@Manual{R-foreach,
title = {foreach: Provides Foreach Looping Construct for R},
author = {{Revolution Analytics} and Steve Weston}},
year = {2017},
note = {R package version 1.4.4},
url = {https://CRAN.R-project.org/package=foreach},
}
@Manual{R-iterators,
title = {iterators: Provides Iterator Construct for R},
author = {Revolution Analytics and Steve Weston},
year = {2018},
note = {R package version 1.0.10},
url = {https://CRAN.R-project.org/package=iterators},
}
@Manual{R-knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2019},
note = {R package version 1.23},
url = {https://CRAN.R-project.org/package=knitr},
}
@Manual{R-MASS,
title = {MASS: Support Functions and Datasets for Venables and Ripley's MASS},
author = {Brian Ripley},
year = {2019},
note = {R package version 7.3-51.4},
url = {https://CRAN.R-project.org/package=MASS},
}
@Manual{R-quadprog,
title = {quadprog: Functions to Solve Quadratic Programming Problems},
author = {Berwin A. Turlach and Andreas Weingessel},
year = {2019},
note = {R package version 1.5-7},
url = {https://CRAN.R-project.org/package=quadprog},
}
@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 = {2019},
note = {R package version 1.13},
url = {https://CRAN.R-project.org/package=rmarkdown},
}
@Manual{R-webshot,
title = {webshot: Take Screenshots of Web Pages},
author = {Winston Chang},
year = {2018},
note = {R package version 0.5.1},
url = {https://CRAN.R-project.org/package=webshot},
}