Skip to content

fix(r): add .Rbuildignore to the R binding#68

Merged
kingchenc merged 1 commit into
mainfrom
fix/r-rbuildignore
Jul 9, 2026
Merged

fix(r): add .Rbuildignore to the R binding#68
kingchenc merged 1 commit into
mainfrom
fix/r-rbuildignore

Conversation

@kingchenc

Copy link
Copy Markdown
Contributor

Adds bindings/r/.Rbuildignore so R CMD build keeps locally compiled artifacts out of the distributable R source tarball — the same packaging hygiene the core wickra R package already applies. No behaviour change (CI runs R CMD INSTALL directly).

…ackage

Without an .Rbuildignore, `R CMD build` sweeps locally compiled objects and
shared libraries under src/ into the distributable source tarball. Exclude
them — the same packaging hygiene the core wickra R package already applies.
@kingchenc kingchenc merged commit 7bd8897 into main Jul 9, 2026
41 checks passed
@kingchenc kingchenc deleted the fix/r-rbuildignore branch July 9, 2026 23:34
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