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"
}
ropensci/jstor documentation built on Aug. 7, 2023, 12:18 p.m.