[R-gregmisc-commits] r2056 - in pkg/gdata: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jul 3 04:51:49 CEST 2015
Author: warnes
Date: 2015-07-03 04:51:47 +0200 (Fri, 03 Jul 2015)
New Revision: 2056
Modified:
pkg/gdata/DESCRIPTION
pkg/gdata/inst/ChangeLog
pkg/gdata/inst/NEWS
Log:
Update for gdata 2.17.0
Modified: pkg/gdata/DESCRIPTION
===================================================================
--- pkg/gdata/DESCRIPTION 2015-06-29 22:40:22 UTC (rev 2055)
+++ pkg/gdata/DESCRIPTION 2015-07-03 02:51:47 UTC (rev 2056)
@@ -23,8 +23,8 @@
Depends: R (>= 2.3.0)
SystemRequirements: perl (>= 5.10.0)
Imports: gtools
-Version: 2.16.1
-Date: 2015-04-28
+Version: 2.17.0
+Date: 2015-07-02
Author: Gregory R. Warnes, Ben Bolker, Gregor Gorjanc, Gabor
Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Arni
Magnusson, Jim Rogers, and others
Modified: pkg/gdata/inst/ChangeLog
===================================================================
--- pkg/gdata/inst/ChangeLog 2015-06-29 22:40:22 UTC (rev 2055)
+++ pkg/gdata/inst/ChangeLog 2015-07-03 02:51:47 UTC (rev 2056)
@@ -1,5 +1,6 @@
2015-06-29 warnes
+ * [r2055] inst/ChangeLog: Update ChangeLog
* [r2054] tests/test.humanReadable.Rout.save,
tests/test.read.xls.R, tests/test.read.xls.Rout.save,
tests/test.reorder.factor.Rout.save,
Modified: pkg/gdata/inst/NEWS
===================================================================
--- pkg/gdata/inst/NEWS 2015-06-29 22:40:22 UTC (rev 2055)
+++ pkg/gdata/inst/NEWS 2015-07-03 02:51:47 UTC (rev 2056)
@@ -1,3 +1,21 @@
+Changes in 2.17.0 (2015-07-02)
+------------------------------
+
+New features:
+
+- Add new argument 'byrow' to upperTriangle(), lowerTriangle(),
+ upperTriangle<-(), and lowerTriangle<-() to specify by-row rather
+ 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.
+
+
Changes in 2.16.1 (2015-04-28)
-----------------------------
More information about the R-gregmisc-commits
mailing list