R/utils.r

Defines functions is_3.5

is_3.5 <- function() {
  compareVersion(as.character(packageVersion("ggplot2")), "3.5.0") >= 0
}

Try the hrbrthemes package in your browser

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

hrbrthemes documentation built on May 29, 2024, 4:05 a.m.