Skip to content

Commit

Permalink
New release_questions()
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbatailler committed Sep 2, 2021
1 parent 33073cd commit 9ddafeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ access_data <- function(mediation_model, variable) {
purrr::pluck(mediation_model, "data") %>%
dplyr::pull(!! variable_q)
}

release_questions <- function() {
c(
"Have run `urlchecker::url_check()`?"
)
}
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

This is a resubmission.

We fixed a broken link in a vignette.
We fixed a broken link in a vignette. We also added a reminder to run
`urlchecker::url_check()` when calling `devtools::release()`.

## Release summary

Expand Down

0 comments on commit 9ddafeb

Please sign in to comment.