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().
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 ifstyler::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 thelintr::lint_package()
.