NIEHS / RGCA

Reflected Generalized Concentration Addition approach for prediction of combined chemical mixtures responses. See `citation` for appropriate citation in using this package.
https://niehs.github.io/RGCA/
0 stars 0 forks source link

Create rules and other nice things #15

Open kyle-messier opened 5 months ago

kyle-messier commented 5 months ago
dzilber commented 3 months ago

What rules did you have in mind for this package? I suppose someone might want to use this code within another package, but I don't expect that someone would want to add features to this package.

kyle-messier commented 3 months ago

@dzilber A basic contributing guide would be fine. It can include things like contributing new vignettes or documentation. While not likely, if someone wants to contribute to computational development like testing the multiple solution scenarios or posterior chain evaluations, etc.

For the rules, I mean just the basic things we utilize once a repo is stable incuding the (1) R CMD build check, (2) linting, and (3) test coverage, Must all pass before a merge can be done. I can add these repo rules if things are ready.