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.
1 parent 02e4e4e commit 5911b3aCopy full SHA for 5911b3a
r-package/build_package.R
@@ -19,6 +19,7 @@ package.name <- "grf"
19
if (!is.na(args[1]) && args[1] == "--as-cran") {
20
write_union("grf/.Rbuildignore", "^tests/testthat/test_((?!cran).).*")
21
write_union("grf/.Rbuildignore", "^tests/testthat/data")
22
+ write_union("grf/.Rbuildignore", "^tests/testthat/Rplots.pdf")
23
}
24
25
# Auto-generate documentation files
0 commit comments