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"
}

Try the jstor package in your browser

Any scripts or data that you put into this service are public.

jstor documentation built on Aug. 16, 2023, 5:09 p.m.