---
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]