Thanks for using simstudy! Before filing an issue, there are a few places to explore and pieces to put together to make the process as smooth as possible.

Make a reprex

Start by making a minimal reproducible example using the reprex package. If you haven’t heard of or used reprex before, you’re in for a treat! Seriously, reprex will make all of your R-question-asking endeavors easier (which is a pretty insane ROI for the five to ten minutes it’ll take you to learn what it’s all about). For additional reprex pointers, check out the Get help! section of the tidyverse site.

Where to ask?

Armed with your reprex, the next step is to search issues and pull requests to make sure the question/bug hasn’t been asked/reported and/or already fixed in the development version. By default, the search will be pre-populated with is:issue is:open. You can edit the qualifiers (e.g. is:pr, is:closed) as needed. For example, you’d simply remove is:open to search all issues in the repo, open or closed.

What happens next?

We will try to respond to all issues in a reasonable time but please keep in mind that this is a volunteer effort. If we can’t reproduce the bug, we can’t fix it!