[R-gregmisc-users] SF.net SVN: r-gregmisc:[1347] trunk/gdata/inst/NEWS
Brought to you by:
warnes
|
From: <wa...@us...> - 2009-07-16 03:11:18
|
Revision: 1347
http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1347&view=rev
Author: warnes
Date: 2009-07-16 03:10:52 +0000 (Thu, 16 Jul 2009)
Log Message:
-----------
Update ChangeLog and NEWS for gdata 2.6.0 release
Modified Paths:
--------------
trunk/gdata/inst/NEWS
Modified: trunk/gdata/inst/NEWS
===================================================================
--- trunk/gdata/inst/NEWS 2009-07-16 02:56:35 UTC (rev 1346)
+++ trunk/gdata/inst/NEWS 2009-07-16 03:10:52 UTC (rev 1347)
@@ -1,6 +1,47 @@
-CHANGES IN 2.5.0 (2009-??-??)
+CHANGES IN 2.6.0 (2009-07-15)
-----------------------------
+Bug Fixes
+
+- Correct minor typos & issues in man pages for write.fwf(),
+ resample() (Greg Warnes)
+
+- Correct calculation of object sizes in env() and ll() (Gregor Gorjanc)
+
+New Features
+
+- Add support for using tab for field separator during translation
+ from xls format in read.xls (Greg Warnes)
+
+- Enhanced function object.size that returns the size of multiple
+ objects. There is also a handy print method that can print size of
+ an object in "human readable" format when
+ options(humanReadable=TRUE)
+ or
+ print(object.size(x), humanReadable=TRUE).
+ (Gregor Gorjanc)
+
+- New function wideByFactor that reshapes given dataset by a given
+ factor - it creates a "multivariate" data.frame. (Gregor Gorjanc)
+
+- New function nPairs that gives the number of variable pairs in a
+ data.frame or a matrix. (Gregor Gorjanc)
+
+- New functions getYear, getMonth, getDay, getHour, getMin, and getSec
+ for extracting the date/time parts from objects of a date/time
+ class. (Gregor Gorjanc)
+
+- New function bindData that binds two data frames into a multivariate
+ data frame in a different way than merge. (Gregor Gorjanc)
+
+Other Changes
+
+- Correct Greg's email address
+
+
+CHANGES IN 2.5.0
+----------------
+
- New function .runRUnitTestsGdata that enables run of all RUnit tests during
the R CMD check as well as directly from within R.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|