Changes in version 1.3.1 (2020-10-11) - Bug fixed: Matrices with given colnames and rownames could not be a correlation matrix. Changes in version 1.3.0 (2020-06-05) - Different statistics are obtained for bending performance. - The statistics became a part of a list output. - small.positive is not being overwritten anymore if it is greater than the smallest positive eigenvalue. Changes in version 1.2.5 (2020-03-07) - Correcting citation Schaeffer (2010) to Schaeffer (2014) - Reporting the average and the range of deviations - Statistical reports for correlation matrices do not include diagonal elements. - Updated README.md for changes in the previous and the current versions. Changes in version 1.2.4 (2020-02-27) - Giving reports and statistics - Iteration 1: if small.positive is greater than the smallest positive eigenvalue (x), replace it with x/10 and report the user. Changes in version 1.2.3 (2019-10-31) - Set VignetteIndexEntry Changes in version 1.2.2 (2019-10-30) - Modified for returning the matrix if it is already positive-definite. - Skip other checks if the matrix is already positive-definite. Changes in version 1.2.1 (2019-10-22) - The 1st official version on CRAN