-
Notifications
You must be signed in to change notification settings - Fork 1
/
BugReports.Rmd
31 lines (27 loc) · 1.01 KB
/
BugReports.Rmd
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
---
title: "Bug Reporting"
author: "Hamada S. Badr <badr@jhu.edu>"
date: "`r Sys.Date()`"
output:
rmarkdown::html_vignette:
keep_md: true
vignette: >
%\VignetteIndexEntry{Bug Reporting}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
### Description
Provide a clear and concise description of the problem including warning and error messages.
### Reproduction
Provide a clean R script demonstrating the issue with the necessary data files.
Please include a minimal reproducible example (AKA a reprex). If you've never
heard of a [reprex](https://reprex.tidyverse.org/) before,
start by reading <https://www.tidyverse.org/help/#reprex>.
### Environment
Provide the following information:
- **OS Type:** [e.g., Linux, macOS, Windows]
- **OS Version:** [e.g., macOS 11.3, Windows 10, or Ubuntu 20.04]
- **R Version:** [e.g., 4.0, 4.1, or 4.2]
- **Version:** [e.g., 0.0.3 or development]
- **Source:** [e.g., binary or source code]
- **Repository:** [e.g., CRAN, Bioconductor, GitHub, or Other]