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 9a565ee commit 9b703bfCopy full SHA for 9b703bf
DESCRIPTION
@@ -57,5 +57,6 @@ Collate:
57
'reexport.R'
58
'relabel.R'
59
'upgrade_data.R'
60
+ 'utils.R'
61
VignetteBuilder: knitr
62
Language: en-GB
R/utils.R
@@ -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