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 aa445ae commit e77b702Copy full SHA for e77b702
.Rbuildignore
@@ -14,4 +14,3 @@ book/*
14
docs/*
15
Rplots.pdf
16
^\.github$
17
-^tests/testthat/_snaps$
R/bayesplot-package.R
@@ -101,9 +101,14 @@ NULL
101
102
# internal ----------------------------------------------------------------
103
104
+# nocov start
105
# release reminders (for devtools)
-release_questions <- function() { # nocov start
106
+release_questions <- function() {
107
c(
108
"Have you reduced the size of the vignettes for CRAN?"
109
)
-} # nocov end
110
+ c(
111
+ "Have you put '^tests/testthat/_snaps$' in .Rbuildignore?"
112
+ )
113
+}
114
+# nocov end
0 commit comments