Skip to content

Commit bca738c

Browse files
committed
Add .github and benchmarks to .Rbuildignore
Exclude CI configuration and benchmark scripts from R package build to avoid R CMD check warnings about unknown directories.
1 parent 00ecc12 commit bca738c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# CI & codecov-related
1313
^\.travis\.yml$
1414
^\.lintr$
15+
^\.github$
16+
^benchmarks$
1517

1618
^logo_maker.R$
1719
^_pkgdown\.yml$

0 commit comments

Comments
 (0)