[R-gregmisc-users] SF.net SVN: r-gregmisc:[1987] trunk/gdata/inst/NEWS
Brought to you by:
warnes
|
From: <wa...@us...> - 2015-04-28 21:11:50
|
Revision: 1987
http://sourceforge.net/p/r-gregmisc/code/1987
Author: warnes
Date: 2015-04-28 21:11:47 +0000 (Tue, 28 Apr 2015)
Log Message:
-----------
Update NEWS for gdata 2.16.1
Modified Paths:
--------------
trunk/gdata/inst/NEWS
Modified: trunk/gdata/inst/NEWS
===================================================================
--- trunk/gdata/inst/NEWS 2015-04-28 06:28:23 UTC (rev 1986)
+++ trunk/gdata/inst/NEWS 2015-04-28 21:11:47 UTC (rev 1987)
@@ -1,11 +1,22 @@
-Changes in 2.16.1 (2015-04-25)
+Changes in 2.16.1 (2015-04-28)
+-----------------------------
+
+Other changes:
+
+- Requirement for Perl version 5.10.0 or later is specified in the
+ package DESCRITION.
+
+- first() and last() are now simply wrappers for calls to 'head(x, n=1)' and
+ 'tail(x, n=1)', respectively.
+
+
+Changes in 2.16.0 (2015-04-25)
------------------------------
New features:
- New functions first() and last() to return the first or last element
- of an object. These are convenience functions for 'head(x, n=1)' and
- 'tail(x, n=1)', respectively,
+ of an object.
- New functions left() and right() to return the leftmost or
rightmost n (default to 6) columns of a matrix or dataframe.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|