Commit fc8544f
fix: .Rbuildignore excludes stray Rplots.pdf (top-level NOTE) (#135)
R CMD check flagged a non-standard top-level file `Rplots.pdf`. It's a
default-device artefact created when a plot is drawn with no open device
(interactive smoke-tests, testthat runs). It's already gitignored but was
not build-ignored, so R CMD build copied it into the tarball.
Add an unanchored `Rplots\.pdf$` rule so the artefact is excluded from the
tarball at the root or under tests/ regardless of who left one behind.
Verified: with strays present at both locations, the built tarball
contains no Rplots.pdf.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 76841b7 commit fc8544f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments