Skip to content

Commit d562b20

Browse files
committed
Add build book to release checks
Fixes #1561
1 parent 9a1a203 commit d562b20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

R/zzz.r

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@
1313
tip <- sample(tips, 1)
1414
packageStartupMessage(paste(strwrap(tip), collapse = "\n"))
1515
}
16+
17+
release_questions <- function() {
18+
c(
19+
"Have you built the book?"
20+
)
21+
}

0 commit comments

Comments
 (0)