Skip to content

Commit e77b702

Browse files
committed
run GHA without testthat/snaps_ in .Rbuildignore
1 parent aa445ae commit e77b702

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ book/*
1414
docs/*
1515
Rplots.pdf
1616
^\.github$
17-
^tests/testthat/_snaps$

R/bayesplot-package.R

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,14 @@ NULL
101101

102102
# internal ----------------------------------------------------------------
103103

104+
# nocov start
104105
# release reminders (for devtools)
105-
release_questions <- function() { # nocov start
106+
release_questions <- function() {
106107
c(
107108
"Have you reduced the size of the vignettes for CRAN?"
108109
)
109-
} # nocov end
110+
c(
111+
"Have you put '^tests/testthat/_snaps$' in .Rbuildignore?"
112+
)
113+
}
114+
# nocov end

0 commit comments

Comments
 (0)