Skip to content

Commit 2bf9a48

Browse files
author
warnes
committed
Update for gdata 2.17.0
1 parent c3d4728 commit 2bf9a48

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Description: Various R programming tools for data manipulation, including:
2323
Depends: R (>= 2.3.0)
2424
SystemRequirements: perl (>= 5.10.0)
2525
Imports: gtools
26-
Version: 2.16.1
27-
Date: 2015-04-28
26+
Version: 2.17.0
27+
Date: 2015-07-02
2828
Author: Gregory R. Warnes, Ben Bolker, Gregor Gorjanc, Gabor
2929
Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Arni
3030
Magnusson, Jim Rogers, and others

inst/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2015-06-29 warnes
22

3+
* [r2055] inst/ChangeLog: Update ChangeLog
34
* [r2054] tests/test.humanReadable.Rout.save,
45
tests/test.read.xls.R, tests/test.read.xls.Rout.save,
56
tests/test.reorder.factor.Rout.save,

inst/NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Changes in 2.17.0 (2015-07-02)
2+
------------------------------
3+
4+
New features:
5+
6+
- Add new argument 'byrow' to upperTriangle(), lowerTriangle(),
7+
upperTriangle<-(), and lowerTriangle<-() to specify by-row rather
8+
by-column order. This makes it simpler to copy values between the
9+
lower and upper triangular areas, e.g. to construct a symmetric
10+
matrix.
11+
12+
Other changes:
13+
14+
- Add inline comments to tests to alert reviewers of expected diffs on
15+
systems lacking the libraries for read.xls() to support XLSX
16+
formatted files.
17+
18+
119
Changes in 2.16.1 (2015-04-28)
220
-----------------------------
321

0 commit comments

Comments
 (0)