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

Update code to pass linty tests #5

Closed dzilber closed 7 months ago

dzilber commented 10 months ago

The style-based tests will yield many errors with the code, so I need to restyle the code.

kyle-messier commented 8 months ago

@dzilber I am okay with using a 100 or 120 character limit instead of the default 80 for the "line_length_linter". Others (at Sciome) have argued the 80 is for old monitors and not relevant.

dzilber commented 7 months ago

There are a few problems with linting that I couldn't figure out (ggplot references to columns look like variables without bindinds) or would prefer to put off (a few cyclometric complexity issues, naming conventions). Will mark this as closed and open a new ticket for the cyclometric issues.