We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2e25f9 + 8680dc0 commit e4866e5Copy full SHA for e4866e5
.Rbuildignore
@@ -21,5 +21,7 @@ revdep
21
^touchstone$
22
^\.github$
23
^LICENSE\.md$
24
-^inst/hooks/$
+^inst/hooks/.*$
25
^inst/WORDLIST$
26
+^.*-in_tree$
27
+^vignettes/gsoc_proposal$
NEWS.md
@@ -32,6 +32,8 @@
32
As a consequence of this approach, the defaults for `styler.ignore_start` and
33
`styler.ignore_stop` omit the `#` (#849).
34
35
+* the built package size has been reduced by ~50% by listing `*-in_tree` files
36
+ in `.Rbuildignore` (#879).
37
38
# styler 1.6.2
39
0 commit comments