Skip to contents

Contributing to pkmapr

All contributions are welcome.

Found a bug?

Before opening an issue, check that you are running the latest CRAN release (install.packages("pkmapr")) or the development version from GitHub. Then open an issue and include:

  1. A reproducible example (use reprex::reprex())
  2. Your sessionInfo() output
  3. What you expected vs what happened

Have an idea?

Open an issue with the label enhancement and describe what you would like to see and why it would be useful.

Development and maintenance

  1. Fork the repo
  2. Create a branch: git checkout -b your-feature-name
  3. Make your changes
  4. Run devtools::check() and ensure there are no errors or warnings
  5. Push and open a pull request

I will review it as soon as possible.

Questions?

Open an issue with the label question or just ask.


Thanks for helping improve pkmapr.