-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style code and document #714
Conversation
Instructions for code reviewerHello reviewer, thanks for taking the time to review this PR!
Checklist
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #714 +/- ##
=======================================
Coverage 65.73% 65.73%
=======================================
Files 16 16
Lines 715 715
Branches 197 197
=======================================
Hits 470 470
Misses 160 160
Partials 85 85 ☔ View full report in Codecov by Sentry. |
ac2ca0b
to
3d1806c
Compare
* styler is automatically creating four spaces for function argument indents when the tidyverse style guide only has 2 with the ) { on the next line. So, I went in and manually changed them all back. * Removed the latex code from the maturity vignette because it was leading to a failed build on R universe. * Fixed incorrect edit to call-calc_coverage with adding workflow_dispatch underneath a PR.
3d1806c
to
5ce7eca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the 4-space indent because that goes against the tidyverse guidelines. Also, ) {
should be on its own line after function arguments when indenting by two spaces.
Auto-generated by doc-and-style-r.yml