tests/testthat.R

if (require(testthat, quietly = TRUE))
{
  library(lhs)
  test_check("lhs")
} else {
  cat("\ntestthat not available for testing\n")
}
cat("\n\n")
bertcarnell/lhs documentation built on Feb. 3, 2024, 7:46 p.m.