generated from quarto-journals/article-format-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathreferences.bib
35 lines (31 loc) · 1013 Bytes
/
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
@article{computo,
title = {Computo: reproducible computational/algorithmic contributions in statistics and machine learning},
author = {{Computo Team}},
year = {2021},
journal = {computo}
}
@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 = {2020},
url = {https://www.R-project.org/},
}
@Manual{R-reticulate,
title = {reticulate: Interface to Python},
author = {Kevin Ushey and JJ Allaire and Yuan Tang},
year = {2020},
note = {R package version 1.18},
url = {https://github.com/rstudio/reticulate},
}
@article{perez2011python,
title = {Python: an ecosystem for scientific computing},
author = {Perez, Fernando and Granger, Brian E and Hunter, John D},
journal = {Computing in Science \\& Engineering},
volume = {13},
number = {2},
pages = {13--21},
year = {2011},
publisher = {AIP Publishing}
}