Skip to content

Commit e4866e5

Browse files
Merge pull request #879 from lorenzwalthert/issue-878
Half the size of built package
2 parents c2e25f9 + 8680dc0 commit e4866e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.Rbuildignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ revdep
2121
^touchstone$
2222
^\.github$
2323
^LICENSE\.md$
24-
^inst/hooks/$
24+
^inst/hooks/.*$
2525
^inst/WORDLIST$
26+
^.*-in_tree$
27+
^vignettes/gsoc_proposal$

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
As a consequence of this approach, the defaults for `styler.ignore_start` and
3333
`styler.ignore_stop` omit the `#` (#849).
3434

35+
* the built package size has been reduced by ~50% by listing `*-in_tree` files
36+
in `.Rbuildignore` (#879).
3537

3638
# styler 1.6.2
3739

0 commit comments

Comments
 (0)