Changes in version 0.3.5 (2025-10-02) o Minor fix in C++ code to avoid deprecated functions in Armadillo 15.0. Changes in version 0.3.4 (2024-09-04) o C++ code now uses Rf_error() instead of error() for error handling in order to work properly if R_NO_REMAP is defined. o DESCRIPTION file now includes links to GitHub pages and clarifies author contributions. o CITATION file now uses bibentry() instead of citEntry(). o Updated references in help files. Changes in version 0.3.3 (2019-12-09) o C++ functions are now properly registered. Changes in version 0.3.2 (2016-03-07) o Added references for maxCorGrid() and permTest(). o Added vignette 'ccaPP-intro'. Changes in version 0.3.1 (2015-11-11) o Added 'diabetes' data from Andrews & Herzberg (1985). o Print method and help file of permutation tests no longer use the term 'independence'. o Functions for robust CCA now standardize dummy variables with mean and standard deviation. o Bugfix in functions for CCA: R session no longer crashes for higher-order canonical correlations in case of high-dimensional data. Changes in version 0.3.0 (2013-11-01) o Standardization in functions for CCA and maximum correlation is now optional. o Functions for CCA and maximum correlation now return center and scale estimates from standardization. o Slightly faster version of fastMedian(). o Function permTest() now allows to supply permutations as an argument. o Bugfix in functions for CCA concerning side constraints for higher-order canonical correlations. o Bugfix in functions for CCA: reduced data for higher-order canonical correlations no longer standardized. o Bugfix in corM(): robust starting values now work with dummy variables. o Renamed internal C++ function rank() to fix error with clang++ under OS X Mavericks. Changes in version 0.2.0 (2012-09-19) o Functions ccaGrid() and ccaProj() now force consistency of the Spearman, Kendall and quadrant correlation. o New functions maxCorGrid() and maxCorProj() for maximum correlation, which retain the argument for consistency of the Spearman, Kendall and quadrant correlation. o permTest(): now using the new functions maxCorGrid() and maxCorProj() rather than ccaGrid() and ccaProj(). o permTest(): argument 'cl' is now preferred over argument 'ncores' for parallel computing. o Added fallback mode for robust standardization if the MAD of a variable is zero. o Bugfix in ccaGrid() and its wrapper CCAgrid: seed for the random number generator is no longer ignored. o Bugfix in CCAproj(): now correctly wrapped around ccaProj(). Changes in version 0.1.1 (2012-08-16) o Using package parallel now to detect the number of available processor cores rather than OpenMP. o Internally created parallel cluster in permTest() is now stopped via on.exit(). o Bugfix in permTest(): random number streams for parallel clusters supplied by the user are only reset if a seed is supplied.