dwww Home | Show directory contents | Find package

tune_check <- function() {
  if (rlang::is_installed("tune")) {
    res <- utils::packageVersion("tune") <= "0.1.6"
  } else {
    res <- TRUE
  }
  res
}

Generated by dwww version 1.15 on Sun Jun 16 03:08:03 CEST 2024.