[R-gregmisc-users] SF.net SVN: r-gregmisc:[1897] trunk/gtools
Brought to you by:
warnes
From: <wa...@us...> - 2014-10-09 18:56:27
|
Revision: 1897 http://sourceforge.net/p/r-gregmisc/code/1897 Author: warnes Date: 2014-10-09 18:56:18 +0000 (Thu, 09 Oct 2014) Log Message: ----------- Update for 3.5.0 release of gtools Modified Paths: -------------- trunk/gtools/DESCRIPTION trunk/gtools/inst/NEWS Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2014-10-09 18:52:58 UTC (rev 1896) +++ trunk/gtools/DESCRIPTION 2014-10-09 18:56:18 UTC (rev 1897) @@ -1,8 +1,8 @@ Package: gtools Title: Various R programming tools Description: Various R programming tools -Version: 3.4.2 -Date: 2014-08-26 +Version: 3.5.0 +Date: 2014-10-09 Author: Gregory R. Warnes, Ben Bolker, and Thomas Lumley Maintainer: Gregory R. Warnes <gr...@wa...> License: LGPL-2.1 Modified: trunk/gtools/inst/NEWS =================================================================== --- trunk/gtools/inst/NEWS 2014-10-09 18:52:58 UTC (rev 1896) +++ trunk/gtools/inst/NEWS 2014-10-09 18:56:18 UTC (rev 1897) @@ -1,3 +1,15 @@ +gtools 3.5.0 - 2014-10-08 +------------------------- + +New features: + +- New functions first() and last() to retrun the first or last + element of a vector or list. + +- New functions left() and right() to return the leftmost or + rightmost n (default to 6) columns of a matrix or dataframe. + + gtools 3.4.1 - 2014-05-27 ------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |