|
1 | 1 |
|
2 | 2 | ### Reporting an Issue |
3 | 3 |
|
4 | | -_Make use of the *Preview* tab just above!_ |
| 4 | +Make use of the *Preview* tab just above! |
5 | 5 |
|
6 | 6 | #### Before filing an issue with Rcpp, please ensure that you |
7 | 7 |
|
8 | | -- searched the mailing list archives for the |
9 | | - [rcpp-devel](https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel) list for the question I want to |
10 | | - ask about; you can do this at at Google with the `site:` qualifier as in this simple example: |
11 | | - `site:lists.r-forge.r-project.org rcpp-devel how do I declare a const vector`; |
| 8 | +- searched the mailing list archives for the [rcpp-devel](https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel) list for the question I want to |
| 9 | + ask about; you can do this at at Google with the `site:` qualifier as in this simple example: `site:lists.r-forge.r-project.org rcpp-devel how do I declare a const vector`; |
12 | 10 |
|
13 | | -- searched [StackOverflow](https://stackoverflow.com/) under the `[rcpp]` tag by searching _e.g._ via `[rcpp] how do I sample a vector`; |
| 11 | +- searched the [StackOverflow](https://stackoverflow.com/) `[rcpp]` tag _e.g._ via `[rcpp] how do I sample a vector`; |
14 | 12 |
|
15 | | -- searched the existing [GitHub issues](https://github.com/RcppCore/Rcpp/issues) which too can be search among open and |
16 | | - (importantly!) closed ones; |
| 13 | +- searched existing [GitHub issues](https://github.com/RcppCore/Rcpp/issues) which can be searched among open and closed ones; |
17 | 14 |
|
18 | | -- read the [Contributing](https://github.com/RcppCore/Rcpp/blob/master/Contributing.md) page for details on preferred |
19 | | - reporting and style; |
| 15 | +- read the [Contributing](https://github.com/RcppCore/Rcpp/blob/master/Contributing.md) page for details on preferred reporting and style; |
20 | 16 |
|
21 | | -#### If you have the above, remove the text above and provide |
22 | | - |
23 | | -- A [`Minimally Complete and Reproducible Example`](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) |
24 | | - |
25 | | -- The output of `sessionInfo()` plus relevant information about the C++ compiler used not added by R |
| 17 | +If you have the above, remove the text above and provide a [`Minimally Complete and Reproducible Example`](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example), |
| 18 | +the output of `sessionInfo()` plus relevant information about the C++ compiler. |
0 commit comments