R/utils.R

Defines functions tidyr_new_interface release_questions

release_questions <- function() {
 paste("Have you updated the journal database and the corresponding date in",
       "the documentation?")
}

tidyr_new_interface <- function() {
  utils::packageVersion("tidyr") > "0.8.99"
}
tklebel/jstor documentation built on July 20, 2024, 11:07 p.m.