Changes in version 1.4.9 (2025-08-25) o Fixed missing package anchors in Rd cross-references for CRAN compliance o Added [base] package anchor to \link{kronecker} references in documentation Changes in version 1.4.8 (2021-05-15) o Koki Tsuyuzaki took over the maintenance of rTensor from James Li Changes in version 1.3 (2015-12-15) Major Fixes o added orl face dataset as faces.tnsr o added plotting function for orl face dataset, plot_orl() o removed uncessary calls to array() in the as.tensor() function, which resulted in some speed ups Minor Fixes o mispelled "Hadamard" in documentation - now changed o changed reference to HOSVD as ALS in documentation as that might be confusing Changes in version 1.2 (2014-11-11) Major Fixes o updated the svd() usage inside hosvd, hucker, mpca, etc. to give the right number of eigenvectors for modes that were unbalanaced o revamp to the naming scheme of the unfolding operations (see JSS paper draft/Vignette) Minor Fixes o updated the percentage calculations that were given in the outputs (before was decimal) Changes in version 1.1 (2014-04-08) o Removed getters (getData, getModes, getNumModes), sweep methods o Fixed [major] pvd, tucker, mpca o Fixed [minor] t_svd, cp o Added tperm, image, [<- methods