R/temporary.R

Defines functions tidyr_new_interface

Documented in tidyr_new_interface

#' Check tidyr version
#' 
#' @description Check the version of tidyr to handle the gap between v0.8.3 and v1.0.0
#' 
#' @return the package version of tidyr
#' 
#' @keywords internal
#' @export
tidyr_new_interface <- function() {
  utils::packageVersion("tidyr") > "0.8.99"
}

Try the xpose package in your browser

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

xpose documentation built on July 9, 2023, 6:12 p.m.