epiverse-trace / cleanepi

R package to clean and standardize epidemiological data
https://epiverse-trace.github.io/cleanepi/
Other
8 stars 3 forks source link

Run `styler::style_pkg()` to make code formatting more consistent #160

Open chartgerink opened 4 months ago

chartgerink commented 4 months ago

This PR runs styler::style_pkg() to style the codebase (according to the tidyverse specs). I am introducing this PR because:

By running styler::style_pkg() I am attempting to create a baseline and ensure that future contributions can be confident. In case this is not desirable, I would like to request explicit documentation as to what code style is applied (e.g., in the package vignette). I realize we do not have hard standards on this in the blueprints at this time, and I do think there is value in a consistent and clear code style for the code, the maintainer, and for the contributors.