generated from posit-conf-2023/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreferences.bib
105 lines (91 loc) · 2.91 KB
/
references.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
@article{devtools,
title = {devtools: Tools to Make Developing R Packages Easier},
author = {Wickham, Hadley and Hester, Jim and Chang, Winston and Bryan, Jennifer},
year = {2021},
date = {2021},
url = {https://CRAN.R-project.org/package=devtools}
}
@article{usethis,
title = {usethis: Automate Package and Project Setup},
author = {Wickham, Hadley and Bryan, Jennifer and Barrett, Malcolm},
year = {2022},
date = {2022},
url = {https://CRAN.R-project.org/package=usethis}
}
@article{roxygen2,
title = {roxygen2: In-Line Documentation for R},
author = {Wickham, Hadley and Danenberg, Peter and {Csárdi}, {Gábor} and Eugster, Manuel},
year = {2022},
date = {2022},
url = {https://CRAN.R-project.org/package=roxygen2}
}
@article{testthat,
title = {testthat: Get Started with Testing},
author = {Wickham, Hadley},
year = {2011},
date = {2011},
volume = {3},
url = {https://journal.r-project.org/archive/2011-1/RJournal_2011-1_Wickham.pdf}
}
@article{purrr,
title = {purrr: Functional Programming Tools},
author = {Lionel Henry and Hadley Wickham},
year = {2020},
note = {R package version 0.3.4},
url = {https://CRAN.R-project.org/package=purrr},
}
@article{rlang,
title = {rlang: Functions for Base Types and Core R and 'Tidyverse' Features},
author = {Lionel Henry and Hadley Wickham},
year = {2022},
note = {R package version 1.0.3},
url = {https://CRAN.R-project.org/package=rlang},
}
@article{dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller},
year = {2022},
note = {R package version 1.0.9},
url = {https://CRAN.R-project.org/package=dplyr},
}
@article{tidy-design,
title = {Tidyverse design guide},
author = {Tidyverse Team},
url = {https://design.tidyverse.org/},
year = {2022}
}
@article{tidyselect,
title = {tidyselect: Select from a Set of Strings},
author = {Lionel Henry and Hadley Wickham},
year = {2022},
note = {R package version 1.1.2},
url = {https://CRAN.R-project.org/package=tidyselect},
}
@article{cli,
title = {cli: Helpers for Developing Command Line Interfaces},
author = {Gábor Csárdi},
year = {2022},
note = {R package version 3.3.0},
url = {https://CRAN.R-project.org/package=cli},
}
@article{withr,
title = {withr: Run Code 'With' Temporarily Modified Global State},
author = {Jim Hester and Lionel Henry and Kirill Müller and Kevin Ushey and Hadley Wickham and Winston Chang},
year = {2022},
note = {R package version 2.5.0},
url = {https://CRAN.R-project.org/package=withr},
}
@book{wickham2023,
title = {R for Data Science},
author = {Wickham, Hadley and {Çetinkaya-Rundel}, Mine and Grolemund, Garrett},
year = {2023},
date = {2023},
edition = {2nd},
url = {https://r4ds.hadley.nz/}
}
@book{wickham-style,
title = {Welcome | The tidyverse style guide},
author = {Wickham, Hadley},
url = {https://style.tidyverse.org/index.html},
langid = {en}
}