A fast implementation of the conditioned Latin Hypercube Sampling method
The easiest way to install the clhspackage is from CRAN:
install.packages("clhs")
You can install the latest development version using the devtools package to install clhs:
devtools::install_github("pierreroudier/clhs")