diff --git a/R/utils.R b/R/utils.R index fb6a3ed..bc4b7e1 100644 --- a/R/utils.R +++ b/R/utils.R @@ -1,6 +1,7 @@ +# function used by devtools::release() # gramr is avaible from https://github.com/ropenscilabs/gramr -release_questions <- function() { +release_questions <- function() { # nocov start c( 'Did you ran `gramr::check_project(exclude_chunks = TRUE)`' ) -} +} # nocov end