Skip to content

Commit 5911b3a

Browse files
authored
Update build_package.R (#1302)
1 parent 02e4e4e commit 5911b3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

r-package/build_package.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ package.name <- "grf"
1919
if (!is.na(args[1]) && args[1] == "--as-cran") {
2020
write_union("grf/.Rbuildignore", "^tests/testthat/test_((?!cran).).*")
2121
write_union("grf/.Rbuildignore", "^tests/testthat/data")
22+
write_union("grf/.Rbuildignore", "^tests/testthat/Rplots.pdf")
2223
}
2324

2425
# Auto-generate documentation files

0 commit comments

Comments
 (0)