Skip to content
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

Apply styler, fix lint #760

Merged
merged 17 commits into from
Oct 20, 2023
Merged
9 changes: 8 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
linters: with_defaults(line_length_linter = line_length_linter(120), object_name_linter = NULL, commented_code_linter = NULL, spaces_left_parentheses_linter = NULL, brace_linter = NULL, cyclocomp_linter = NULL)
linters: linters_with_defaults(
line_length_linter = line_length_linter(120),
commented_code_linter = NULL,
object_name_linter = NULL,
object_length_linter = NULL,
object_usage_linter = NULL,
cyclocomp_linter = NULL
)
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## rtables 0.6.5.9002
### Miscellaneous
* Applied `styler` and resolved package lint. Changed default indentation from 4 spaces to 2.

## rtables 0.6.5
### New Features
Expand Down
Loading