Skip to content

chore: ignore R build and check artifacts - #595

Merged
billdenney merged 1 commit into
mainfrom
gitignore-r-artifacts
Aug 13, 2026
Merged

chore: ignore R build and check artifacts#595
billdenney merged 1 commit into
mainfrom
gitignore-r-artifacts

Conversation

@billdenney

Copy link
Copy Markdown
Member

Adds the standard R CMD build/check outputs to .gitignore:

  • *.Rcheck/ and /check/ — the latter is where r-lib/actions/check-r-package writes by default
  • *.tar.gz, *.tgz — built source and binary packages
  • .RData, .Rdata, .Ruserdata — session state
  • .Rproj.user/ — already in .Rbuildignore, now ignored by git too
  • src/*.{o,so,dll} — compiled objects (PKNCA is pure R today; included for the standard set)

No currently-tracked file is shadowed by any of these patterns.

Covers the standard R CMD build/check outputs that were previously
untracked-but-visible: *.Rcheck/, the check/ directory that
r-lib/actions writes to, built packages (*.tar.gz, *.tgz), session
state (.RData, .Ruserdata), .Rproj.user/, and compiled objects under
src/. No currently-tracked file is shadowed by these patterns.

Co-Authored-By: Claude Opus 5 <[email protected]>
@billdenney
billdenney merged commit 3ca416e into main Aug 13, 2026
7 checks passed
@billdenney
billdenney deleted the gitignore-r-artifacts branch August 13, 2026 22:14
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.

1 participant