if (FALSE) {
# Validate the default CLUT (takes several minutes with parallel processing)
# Note: These examples are not run during R CMD check due to CRAN build
# limitations. With only 2 cores available during CRAN checks, validation
# can exceed 20 minutes.
result <- validate()
# Validate a custom CLUT
my_clut <- charisma::clut # Start with default
# ... modify my_clut ...
result <- validate(clut = my_clut)
# More thorough validation (much slower, recommended for cluster computing)
result <- validate(simple = FALSE)
}
Run the code above in your browser using DataLab