We welcome contributions to quickPlot, both as bug reports or package enhancements.

Report a bug

  1. Use the issue tracker to report a bug.

  2. Please include a minimum reproducible example that triggers the bug.

  3. Please include the output of devtools::session_info().

Submit an enhancement

  1. Fork the repository and make your changes.

  2. Please follow our code style guide and make your code as easy to follow as possible.

  3. If adding new functionality, please include instructional examples and/or unit tests.

  4. Submit a pull request against the development branch.

We’ll try to review your pull request and provide feedback / merge improvements as quickly as possible.

Thank you!