epiverse-trace / simulist

An R package for simulating line lists
https://epiverse-trace.github.io/simulist/
Other
5 stars 1 forks source link

Style code #160

Closed joshwlambert closed 3 weeks ago

joshwlambert commented 3 weeks ago

This PR styles the package code by using styler::style_pkg(), lintr::lint_package() and the RStudio auto-indent. These three tools don't always agree with each other, so if styler::style_pkg() is run again there will be some diffs in the files. The files as they are now comply with RStudio's auto-indent and pass the lintr::lint_package().