Contributing to eDNAjoint
Source:CONTRIBUTING.md
Thanks for considering contributing to eDNAjoint!
A few notes on contributing:
- This package follows the Tidyverse Style Guide. Any contributed R code should pass
lintr::lint_package()
. - This package also contains Stan code to specify the Bayesian models called by
joint_model()
andtraditional_model()
. These files are found in theinst/stan
folder of this repo. Style of contributed Stan code can be checked usinglintr::lint(file.stan)
, which will follow a modification of the default lintr settings described here.
Feel free to email the author and maintainer (agkeller@berkeley.edu) if you have any ideas or questions.