Skip to content

Commit 9b703bf

Browse files
committed
add reminder to devtools::release()
1 parent 9a565ee commit 9b703bf

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ Collate:
5757
'reexport.R'
5858
'relabel.R'
5959
'upgrade_data.R'
60+
'utils.R'
6061
VignetteBuilder: knitr
6162
Language: en-GB

R/utils.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# gramr is avaible from https://github.com/ropenscilabs/gramr
2+
release_questions <- function() {
3+
c(
4+
'Did you ran `gramr::check_project(exclude_chunks = TRUE)`'
5+
)
6+
}

0 commit comments

Comments
 (0)