Changes in version 0.1.4 - Added tt.colldiag() using tinytable to print "colldiag"` results as a tinytable using background shading - tt.colldiag() enhancements: allow to scale font.size for variance proportions - Now Depends (R >= 4.1.0) to use pipes Changes in version 0.1.3 - print.colldiag() gains a descending argument to print in descending order of the condition index - print.colldiag() gains a percent argument to print variance proportions as percents - fixed documentation glitch in tableplot.colldiag - added example of tableplot.colldiag Changes in version 0.1.2 (2023-09-05) - Fix the viewports in cellgram() so tableplot does not produce many images, requiring knitr option fig.keep="last" [Thx: Paul Murrell] Changes in version 0.1.1 (2023-08-17) - Correct minor CRAN nits in DESCRIPTION - Add baseball data and example in examples/ - Lifecycle: stable - Extend README with corrplot::corrplot() and Remedies Changes in version 0.1.0 - Implements the function colldiag() and tableplot() methods for collinearity diagnostics. - Added cars, biomass data - Added extended README.Rmd - Initial CRAN submission.