Contributing to statim
Source:.github/CONTRIBUTING.md
Thank you for your interest in contributing to statim. We are genuinely grateful for every contribution; your time and ideas make this project better and directly help us as maintainers.
Code of Conduct
By participating in this project, you agree to follow the rules in CODE_OF_CONDUCT.md.
Ways to Contribute
- Report bugs and suggest features using GitHub issues.
- Improve documentation and examples.
- Submit pull requests for fixes and enhancements.
Development Setup
- Clone the repository.
- Install development dependencies in R:
install.packages(c("devtools", "roxygen2", "testthat"))- Load the package for development:
devtools::load_all()