Changes in version 0.2.3.0 (2026-03-16) - For the clusterabilitytest() function, the distance_metric parameter has a new available option: "gower". This allows users to compute pairwise distances using the gower metric, as implemented in the cluster package, during the dimension reduction step. Changes in version 0.2.2.0 (2026-01-12) - Code and accompanying documentation have been updated to improve readability and follow a more consistent style. Changes in version 0.2.1.0 (2025-09-29) - Sparse PCA can now be used as a dimension reduction method. Both the elasticnet implementation and variable projection implementation are available. Changes in version 0.1.1.0 (2020-03-04) - Silverman's Test no longer rounds p-values below 0.005 to 0 - Clean up code for examples and plots - Add GPL-2 license information to all code files - Add README and NEWS files Changes in version 0.1.0.0 (2019-12-15) - Initial release