A faster (C++) implementation of the conditioned Latin Hypercube Sampling method
The C++ method is not yet on CRAN.
You can install it using the devtools package to install clhs:
devtools
clhs
devtools::install_github("pierreroudier/clhs")