Skip to content

CRAN release 2.17.0

Choose a tag to compare

@arni-magnusson arni-magnusson released this 04 May 16:51
· 200 commits to main since this release

2015-07-03

New features:

  • Add new argument 'byrow' to upperTriangle(), lowerTriangle(), upperTriangle<-(), and lowerTriangle<-() to specify by row rather than by column order. This makes it simpler to copy values between the lower and upper triangular areas, e.g. to construct a symmetric matrix.

Other changes:

  • Add inline comments to tests to alert reviewers of expected diffs on systems lacking the libraries for read.xls() to support XLSX formatted files.