-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreferences.bib
More file actions
110 lines (101 loc) · 4 KB
/
references.bib
File metadata and controls
110 lines (101 loc) · 4 KB
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
@software{ropensci_statsoftware_2021,
author = {Mark Padgham and
Maëlle Salmon and
Noam Ross and
Jakub Nowosad and
Rich FitzJohn and
Yilong Zhang and
Christoph Sax and
Francisco Rodriguez-Sanchez and
François Briatte and
Leonardo Collado-Torres},
title = {{rOpenSci} Statistical Software Peer Review},
month = oct,
year = 2021,
publisher = {Zenodo},
version = {v0.1.0},
doi = {10.5281/zenodo.5556756},
url = {https://doi.org/10.5281/zenodo.5556756}
}
@software{ropensci_devguide_2024,
author = {{rOpenSci} and
Anderson, Brooke and
Chamberlain, Scott and
DeCicco, Laura and
Gustavsen, Julia and
Krystalli, Anna and
Lepore, Mauro and
Mullen, Lincoln and
Ram, Karthik and
Ross, Noam and
Salmon, Maëlle and
Vidoni, Melina and
Riederer, Emily and
Sparks, Adam and
Hollister, Jeff},
title = {{rOpenSci Packages: Development, Maintenance, and
Peer Review}},
month = mar,
year = 2024,
publisher = {Zenodo},
version = {0.9.0},
doi = {10.5281/zenodo.10797633},
url = {https://doi.org/10.5281/zenodo.10797633}
}
@techreport{pharmar_2020,
author = {Juliane Manitz and Andy Nicholls and Paulo Bargo and Doug Kelkhoff and Yilong Zhang and Lyn Taylor and Joe
Rickert and Marly Gotti and Keaven M Anderson},
title = {A Risk-based approach for assessing {R} package accuracy within a validated infrastructure},
year = {2020},
url = {https://www.pharmar.org/white-paper/}
}
@manual{usethis_2024,
title = {{usethis}: Automate Package and Project Setup},
author = {Hadley Wickham and Jennifer Bryan and Malcolm Barrett and Andy Teucher},
year = {2024},
note = {R package version 2.2.3, https://github.com/r-lib/usethis},
url = {https://usethis.r-lib.org}
}
@book{wickham_2023,
title = {R Packages: Organize, Test, Document, and Share Your Code},
author = {Wickham, Hadley and Bryan, Jennifer},
year = {2023},
edition = {2},
publisher = {{O'Reilly Media, Inc.}},
url = {https://r-pkgs.org/}
}
@book{wickham_design,
title = {Tidy design principles},
author = {Wickham, Hadley},
url = {https://design.tidyverse.org/}
}
@book{carpentries_2023,
title = {A Software Carpentries lesson on {R} packaging},
author = {Rodriguez-Sanchez, Pablo and Vreede, Barbara and de Boer, Lieke},
year = {2023},
url = {https://carpentries-incubator.github.io/lesson-R-packaging/}
}
@misc{gswe4rp_2024,
author = {Sabanés Bové, Daniel and Pahlke, Friedrich and Kunzmann, Kevin and Bean, Andrew and
Kelkhoff, Doug and Boileau, Philippe and
Li, Liming and Zhu, Joe and Li, Shuang and Widmer, Lukas A. and Mayer, Michael},
title = {Good Software Engineering Practice for {R} Packages},
year = {2024},
url = {https://rconis.github.io/workshop-r-swe-zrh/}
}
@misc{validation_2024,
author = {{Wikipedia contributors}},
title = {Software verification and validation --- {Wikipedia}{,} The Free Encyclopedia},
year = {2024},
url = {https://en.wikipedia.org/w/index.php?title=Software_verification_and_validation&oldid=1220844793},
note = {[Online; accessed 31-May-2024]}
}
@misc{sabanes_2023,
title = {Improving Software Engineering in Biostatistics: Challenges and Opportunities},
author = {Sabanés Bové, Daniel and Heidi Seibold and Anne-Laure Boulesteix and Juliane Manitz and Alessandro Gasparini and Burak K. Guünhan and Oliver Boix and Armin Schuüler and Sven Fillinger and Sven Nahnsen and Anna E. Jacob and Thomas Jaki},
year = {2023},
eprint = {2301.11791},
archiveprefix = {arXiv},
primaryclass = {stat.CO},
url = {https://arxiv.org/abs/2301.11791}
}