[R-gregmisc-commits] r2156 - pkg/gdata/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 6 19:16:22 CEST 2017
Author: warnes
Date: 2017-06-06 19:16:21 +0200 (Tue, 06 Jun 2017)
New Revision: 2156
Modified:
pkg/gdata/inst/NEWS
Log:
Update NEWS file for 2.18.0
Modified: pkg/gdata/inst/NEWS
===================================================================
--- pkg/gdata/inst/NEWS 2017-06-05 21:27:05 UTC (rev 2155)
+++ pkg/gdata/inst/NEWS 2017-06-06 17:16:21 UTC (rev 2156)
@@ -1,3 +1,24 @@
+Version 2.18.0 (2017-06-05)
+---------------------------
+
+New functions:
+
+- Add update.list() function to replace named elements a list.
+- Add mv() function to rename an object.
+- Add first(), last(), 'first<-'() and 'last<-'() functions to extract
+ or replace first or last vector/list elements.
+
+New features:
+
+- Add 'byrow' argument to lowerTriangle()/upperTriangle() functions.
+
+Other User-visible Changes:
+
+- humanReadable() now properly handles a single value for the argument 'justify'.
+- Improve logging and error reporting for remove.vars()
+- read.xls() now handles latin-1 files properly on MS-Windows.
+- write.fwf() now properly handles matrix arguments.
+
Changes in 2.17.0 (2015-07-02)
------------------------------
More information about the R-gregmisc-commits
mailing list