Skip to contents

Thank you for considering contributing to vecmatch.

How to report bugs

  • Please open an issue on GitHub with a minimal reproducible example.
  • Include your R version and sessionInfo() output if relevant.

How to propose changes

  • Fork the repository and create a feature branch.
  • Add tests for any new functionality or bugfix.
  • Run R CMD check and ensure all tests pass.
  • Open a pull request with a short description and motivation.

Code style

  • Use styler defaults for R code.
  • Document exported functions with roxygen2.
  • Keep examples light and fast so they can run on CRAN.