tests/testthat/helper-skip.R

skip_kenpom_test <- function(){
  if(Sys.getenv("KP_USER") == ''){
    skip("User can't run KenPom tests")
  } else {
    invisible()
  }
}
saiemgilani/kenpomR documentation built on Dec. 10, 2023, 3:34 a.m.