Skip to content

Exclude .claude from build tarball - #15

Merged
TroyHernandez merged 1 commit into
mainfrom
rbuildignore-claude
Jun 20, 2026
Merged

Exclude .claude from build tarball#15
TroyHernandez merged 1 commit into
mainfrom
rbuildignore-claude

Conversation

@TroyHernandez

Copy link
Copy Markdown
Contributor

R CMD check --as-cran on Windows (R 4.6.0) flagged a hidden .claude/ directory bundled into the tarball, local Claude settings that R CMD build sweeps in even though it's untracked.

  • Add ^\.claude$ to .Rbuildignore so it stays out of the build.
  • Add .claude/ to .gitignore so the machine-local settings are never committed.

After this, --as-cran is clean except for the unavoidable 'New submission' NOTE. Build-hygiene only, no version bump.

R CMD check --as-cran flagged .claude/ (local Claude settings) as a
hidden directory included in the tarball. Add ^\.claude$ to
.Rbuildignore to keep it out of the build, and .claude/ to .gitignore
so the machine-local settings are never committed.
@TroyHernandez
TroyHernandez merged commit 502284b into main Jun 20, 2026
3 of 4 checks passed
@TroyHernandez
TroyHernandez deleted the rbuildignore-claude branch June 20, 2026 21:24
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