Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request applies automatic code formatting using the styler package to improve code readability and consistency across the R package. The changes primarily involve:
- Breaking long function calls and arguments across multiple lines
- Improving indentation and spacing
- Adding a new formatter configuration file (
air.toml) - Updating
.Rbuildignoreand.git-blame-ignore-revsto handle formatting-related files
Reviewed Changes
Copilot reviewed 69 out of 69 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
air.toml |
Adds formatter configuration with line width 80, 2-space indentation |
.Rbuildignore |
Excludes formatter config and git-blame-ignore files from R package build |
.git-blame-ignore-revs |
Configures git to ignore formatting commits in blame history |
R/*.R (40+ files) |
Applies consistent formatting to function definitions, breaking long lines and improving readability |
tests/testthat/*.R (20+ files) |
Applies consistent formatting to test files |
old/*.R (2 files) |
Applies formatting to archived/deprecated code files |
Co-authored-by: Copilot <[email protected]>
rempsyc
added a commit
that referenced
this pull request
Nov 3, 2025
Added SHA for Prettier formatting changes to ignore in blame. #586
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For easystats/datawizard#660 and easystats/workflows#85