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