-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Rhistory
345 lines (345 loc) · 12.9 KB
/
.Rhistory
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
install.packages("blogdown")
blogdown::install_hugo(force = TRUE)
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::new_post_addin()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
blogdown:::serve_site()
library(blogdown)
stop_server()
blogdown:::serve_site()
stop_server()
blogdown:::serve_site()
stop_server()
blogdown:::serve_site()
git remote add origin [email protected]:melvidoni/resume.git
blogdown::install_hugo(extended=TRUE)
blogdown::install_hugo()
blogdown::hugo_version()
blogdown:::serve_site()
blogdown::stop_server()
library(blogdown)
blogdown::build_site()
blogdown::serve_site()
blogdown::build_site()
blogdown::build_site()
blogdown::stop_server()
blogdown::build_site()
blogdown::serve_site()
blogdown::build_site()
library(blogdown)
blogdown::build_site()
blogdown::serve_site()
stop_server()
blogdown::build_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::build_site()
blogdown::build_site()
blogdown::serve_site()
blogdown::build_site()
blogdown::serve_site()
blogdown
blogdown::build_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::build_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::build_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::build_site()
blogdown::serve_site()
install.packages("blogdown")
blogdown::hugo_available()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
authors: ["Melina Vidoni"]
date: "2020-12-16T00:00:00Z"
math: true
publication_types: ["1"]
publication: "In *International Conference on Software Engineering 2021*"
publication_short: "ICSE 2021 [Preprint]"
featured: true
title: "Evaluating Unit Testing Practices in R Packages [Preprint]"
url_code: ""
url_dataset: "https://drive.google.com/drive/folders/1Yv0dXDxy1autrCnimhIuh3Ut0DB52XkI?usp=sharing"
url_pdf: "publication/2021-rttd-icse.pdf"
url_project: ""
url_slides: ""
url_video: ""
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
</br>
**Other Peer-Review Activities**
Peer review activities are visible on my [verified Publons profile](https://publons.com/researcher/1234715/melina-vidoni/peer-review/).
+++
widget = "custom"
active = true
date = 2016-04-20T00:00:00
title = "Peer-Review"
subtitle = "Involvement in editorial boards, peer-review processes, and program committees duties at conferences."
+++
widget = "custom"
active = true
date = 2016-04-20T00:00:00
title = "Peer-Review"
subtitle = "Involvement in editorial boards, peer-review processes, and program committees duties at conferences. Access my [verified Publons profile](https://publons.com/researcher/1234715/melina-vidoni/peer-review/)."
blogdown::stop_server()
blogdown::build_site()
blogdown::serve_site()
blogdown::serve_site()
authors: ["Melina Vidoni"]
date: "2021-02-11T00:00:00Z"
math: true
publication_types: ["3"]
publication: "In *Journal of the Operational Research Society*"
publication_short: "JORS, 2021"
featured: true
title: "Beyond Hard and Soft OR: operational research from a software engineering perspective"
url_code: ""
url_dataset: ""
url_pdf: "https://www.tandfonline.com/eprint/XX7APKT79WW6CWBK4Q9S/full?target=10.1080/01605682.2020.1865848"
url_project: ""
url_slides: ""
url_video: ""
bookdown::build_site()
blogdown::build_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::build_site()
---
abstract: "Context: Technical Debt (TD) is a metaphor used to describe code that is ``not quite right." Although TD studies have gained momentum, TD has yet to be studied as thoroughly in non-object-oriented or scientific software such as R. R is a multi-paradigm programming language, whose popularity in data science and statistical applications has amplified in recent years. Due to R's inherent ability to expand through user-contributed packages, several community-led organizations were created to organize and peer-review packages in a concerted effort to increase their quality. Nonetheless, it is well-known that most R users do not have a technical programming background, being from multiple disciplines."
---
abstract: "Context: Technical Debt (TD) is a metaphor used to describe code that is not quite right. Although TD studies have gained momentum, TD has yet to be studied as thoroughly in non-object-oriented or scientific software such as R. R is a multi-paradigm programming language, whose popularity in data science and statistical applications has amplified in recent years. Due to R's inherent ability to expand through user-contributed packages, several community-led organizations were created to organize and peer-review packages in a concerted effort to increase their quality. Nonetheless, it is well-known that most R users do not have a technical programming background, being from multiple disciplines.
blogdown::build_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::build_site()
blogdown::build_site()
blogdown::build_site()
blogdown::serve_site()
blogdown::build_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::stop_server()
blogdown::build_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::build_site()
blogdown::build_site()
blogdown::serve_site()
blogdown::build_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::serve_site()
- Program Committee member of Latinamerican Conference About the Use of R in R&D (LatinR 2019).
- Program Committee member of [21st International Conference on Enterprise Information Systems (ICEIS 2019)](http://www.iceis.org/ProgramCommittee.aspx?y=2019), main research track and position papers.
- Program Committee member of [20th International Conference on Enterprise Information Systems (ICEIS 2018)](http://www.iceis.org/ProgramCommittee.aspx?y=2018), main research track and position papers.
- Program Committee member of [ICSME 2021 (International Conference on Software Maintenance and Evolution), Main Research Track](https://icsme2021.github.io/ProgramCommittee.html).
- Program Committee member of [ASE 2021 (Automated Software Engineering), Late Breaking Results (LBR) track](https://conf.researchr.org/committee/ase-2021/ase-2021-late-breaking-results-program-committee).
- Program Committee member of [ACM WomENCOURAGE 2021, Poster Session](https://womencourage.acm.org/2021/poster-evaluation-committee/).
- Program Committee member of [HUFAMO 2021 (Workshop on Human Factors in Modelling / Modelling Human Factors)](https://www.monash.edu/it/humanise-lab/hufamo21) (Co-located with ACM/IEEE 24th MODELS).
blogdown::build_site()
blogdown::serve_site()
blogdown::build_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::build_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::stop_server()
blogdown::build_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::build_site()
blogdown::serve_site()
blogdown::serve_site()
interests:
- Empirical Software Engineering
- Technical Debt
- Datascience/Scientific Sof.
blogdown::build_site()
blogdown::stop_server()
blogdown::serve_site()
From 2013 to early 2019, she held a PhD scholarship and a Postdoc position at [INGAR CONICET-UTN](http://www.ingar.santafe-conicet.gov.ar/), under the supervision of Prof. Aldo Vecchietti. During 2018, Dr Vidoni was an Assistant Lecturer at [Universidad Tecnologica Nacional (UTN)](https://www.frsf.utn.edu.ar/), in Santa Fe (Argentina), at the [Department of Information Systems Engineering](https://www.frsf.utn.edu.ar/institucional/departamentos/departamento-ingenieria-en-sistemas-de-informacion). On the same year, she funded [R-Ladies Santa Fe](https://www.meetup.com/rladies-santa-fe/). After that, she took a position at RMIT University as Lecturer (eq. Assistant Professor) and relocated to Australia in 2019.
She graduated from [Universidad Tecnologica Nacional (UTN)](https://www.frsf.utn.edu.ar/) as an Information Systems Engineer. Years later, she received her PhD on the same institution, with the maximum qualification. She funded [R-Ladies Santa Fe](https://www.meetup.com/rladies-santa-fe/) in 2018, and in 2019 moved to Australia to further her research career. Since 2018, she is also Associate Editor for [rOpenSci](https://ropensci.org/blog/2019/01/31/more_editors/), often acting as Editor in Chief.
blogdown::stop_server()
blogdown::serve_site()
blogdown::serve_site()
blogdown::hugo_version()
blogdown::serve_site()
# Organizations/Affiliations
organizations:
- name: Associate Editor at rOpenSci
url: "https://ropensci.org/blog/2019/01/31/more_editors/"
blogdown::serve_site()
git add .
blogdown::serve_site()
?blogdown::install_hugo
blogdown::install_hugo(version = "0.63.2")
blogdown::serve_site()
usethis::use_git_config(user.name = "Dr Melina Vidoni", user.email = "[email protected]")
install.packages("usethis")
usethis::use_git_config(user.name = "Dr Melina Vidoni", user.email = "[email protected]")
usethis::create_github_token()
credentials::set_github_pat("R:GITHUB_PAT")
credentials::set_github_pat("R:GITHUB_PAT")
usethis::use_git_config(user.name = "Dr Melina Vidoni", user.email = "[email protected]")
usethis::create_github_token()
credentials::set_github_pat("RSTUDIO_PAT")
usethis::create_github_token()
credentials::set_github_pat("RSTUDIO_ANU")
usethis::edit_r_environ()
usethis::git_sitrep()
usethis::git_sitrep()
usethis::edit_r_environ()
usethis::git_sitrep()
credentials::set_github_pat("RSTUDIO_ANU")
git config -l --show-origin
git push origin master
credentials::set_github_pat("RSTUDIO_ANU")
usethis::edit_r_environ()
usethis::use_git_config(user.name = "melvidoni", user.email = "[email protected]")
credentials::set_github_pat("RSTUDIO_ANU")
credentials::set_github_pat("RSTUDIO_ANU")
credentials::set_github_pat("RSTUDIO_ANU")
credentials::set_github_pat("RSTUDIO_ANU")
credentials::set_github_pat("YourPAT")
credentials::set_github_pat("YourPAT")
credentials::set_github_pat("RSTUDIO_ANU")
credentials::set_github_pat("RSTUDIO_ANU")
credentials::set_github_pat("RSTUDIO_ANU")
credentials::set_github_pat("RSTUDIO_ANU")
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
---
abstract: "**Context:** Mining Software Repositories (MSR) is a growing area of Software Engineering (SE) research. Since their emergence in 2004, many investigations have analysed different aspects of these studies. However, there are no guidelines on how to conduct systematic MSR studies. There is a need to evaluate how MSR research is approached to provide a framework to do so systematically.
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::build_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::build_site()
blogdown::serve_site()
blogdown::build_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::build_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::stop_server()
git pull origin master
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::stop_server()
blogdown::serve_site()
blogdown::stop_server()
?cbind
?inner_join
?inner_join
??inner_join
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()
blogdown::serve_site()