Skip to content

Commit 997d330

Browse files
frankierFrankie Robertson
authored andcommitted
Add a bug report template
1 parent f55e50e commit 997d330

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Report a suspected bug or incompatibility in RCall.jl
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Please try to create as small a reproduction as possible.
15+
16+
* How did you install RCall.jl and configure the R location?
17+
* Did you install any R packages or other packages? Using what method?
18+
* Finally what code did you run?
19+
20+
Please include this information even if it relates to an earlier issue which has been closed.
21+
22+
**Expected and actual behavior**
23+
Describe what happened versus what you expected to happen.
24+
25+
**Version information**
26+
Please include the output of `using RCall; RCall.versioninfo()` if possible. Otherwise please include `Main.versioninfo()` from Julia and `sessionInfo()` from R.
27+
28+
**Additional context**
29+
Add any other context about the problem here.

0 commit comments

Comments
 (0)