tests/testthat.R

if (require(testthat, quietly = TRUE))
{
  library(lhs)
  test_check("lhs")
} else {
  cat("\ntestthat not available for testing\n")
}
cat("\n\n")

Try the lhs package in your browser

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

lhs documentation built on July 1, 2024, 1:06 a.m.