Andrea
December 14, 2018, 7:26pm
1
I just found this gem by Hadley Wickham:
http://adv-r.had.co.nz/Reproducibility.html
It doesn't seem to be linked here:
Why reprex?
Getting unstuck is hard. Your first step here is usually to create a reprex, or reproducible example. The goal of a reprex is to package your code, and information about your problem so that others can run it and feel your pain. Then, hopefully, folks can more easily provide a solution.
What's in a Reproducible Example?
Parts of a reproducible example:
background information - Describe what you are trying to do. What have you already done?
complete set up - include any library() calls and data to reproduce your issue.
data for a reprex: Here's a discussion on setting up data for a reprex
make it run - include the minimal code required to reproduce your error on the data…
Sooo...would you mind if I added it there? Or, somewhere else, of course. There are now so many threads about repr oducible ex amples in meta , that I'm not sure where this small ruby should go. My naive approach is to just put it in the original thread (the one I linked above), but I'm open to suggestions
Andrea
Closed
January 25, 2019, 7:31pm
2
This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.