OHDSI / Hades

Health Analytics Data-to-Evidence Suite (HADES): A collection of R packages for performing analytics against the Common Data Model.
https://ohdsi.github.io/Hades
Apache License 2.0
23 stars 12 forks source link

Create lintr settings for OHDSI #9

Open schuemie opened 2 years ago

schuemie commented 2 years ago

The lintr package can be used to check adherence to a coding style. However, out of the box it supports tidyVerse style, which is different from OHDSI style. For example, in OHDSI we prefer camel case for R, while tidyVerse uses snake case. The lintr package allows modifying the style. It would be helpful to create OHDSI-specific settings, so we can apply lintr across HADES.