Skip to contents

Thanks for considering contributing to eDNAjoint!

A few notes on contributing:

  1. This package follows the Tidyverse Style Guide. Any contributed R code should pass lintr::lint_package().
  2. This package also contains Stan code to specify the Bayesian models called by joint_model() and traditional_model(). These files are found in the inst/stan folder of this repo. Style of contributed Stan code can be checked using lintr::lint(file.stan), which will follow a modification of the default lintr settings described here.

Feel free to email the author and maintainer () if you have any ideas or questions.