Skip to content

usethis::use_air(vscode = FALSE), air format .#586

Merged
rempsyc merged 2 commits intomainfrom
air
Nov 3, 2025
Merged

usethis::use_air(vscode = FALSE), air format .#586
rempsyc merged 2 commits intomainfrom
air

Conversation

@rempsyc
Copy link
Copy Markdown
Member

@rempsyc rempsyc commented Nov 3, 2025

@rempsyc rempsyc requested a review from Copilot November 3, 2025 01:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 .Rbuildignore and .git-blame-ignore-revs to 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

Comment thread .git-blame-ignore-revs Outdated
@rempsyc rempsyc merged commit bd3a63e into main Nov 3, 2025
24 of 26 checks passed
@rempsyc rempsyc deleted the air branch November 3, 2025 01:47
rempsyc added a commit that referenced this pull request Nov 3, 2025
Added SHA for Prettier formatting changes to ignore in blame. #586
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants