-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
36 lines (34 loc) · 1.14 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
@Manual{usethis2022,
title = {usethis: Automate Package and Project Setup},
author = {Hadley Wickham and Jennifer Bryan and Malcolm Barrett},
year = {2022},
url = {https://usethis.r-lib.org},
}
@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 = {2022},
url = {https://www.R-project.org/},
}
@Manual{quarto,
title = {quarto: R Interface to 'Quarto' Markdown Publishing System},
author = {JJ Allaire},
year = {2022},
note = {R package version 1.2},
url = {https://CRAN.R-project.org/package=quarto},
}
@Manual{software_carpentry,
title = {Software Carpentry: Version Control with Git.},
author = {Ivan Gonzalez; Daisie Huang; Nima Hejazi; Katherine Koziar; Madicken Munk (eds)},
year = {2019},
note = {Version 2019.06.1},
url = {https://github.com/swcarpentry/git-novice},
}
@Manual{github_guide,
title = {git/github guide: Karl's minimal tutorial},
author = {Karl Broman},
year = {2021},
url = {https://kbroman.org/github_tutorial},
}