[R-gregmisc-users] SF.net SVN: r-gregmisc:[1469] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2011-04-16 17:04:12
|
Revision: 1469 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1469&view=rev Author: warnes Date: 2011-04-16 17:04:06 +0000 (Sat, 16 Apr 2011) Log Message: ----------- Update for release 2.8.2 Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/inst/NEWS Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2011-04-15 20:25:24 UTC (rev 1468) +++ trunk/gdata/DESCRIPTION 2011-04-16 17:04:06 UTC (rev 1469) @@ -3,8 +3,8 @@ Description: Various R programming tools for data manipulation Depends: R (>= 2.6.0) Imports: gtools -Version: 2.8.1 -Date: 2010-11-12 +Version: 2.8.2 +Date: 2011-04-15 Author: Gregory R. Warnes, with contributions from Ben Bolker, Gregor Gorjanc, Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Arni Magnusson, Jim Rogers, and others Modified: trunk/gdata/inst/NEWS =================================================================== --- trunk/gdata/inst/NEWS 2011-04-15 20:25:24 UTC (rev 1468) +++ trunk/gdata/inst/NEWS 2011-04-16 17:04:06 UTC (rev 1469) @@ -1,5 +1,4 @@ - -CHANGES IN 2.?.? (2011-??-??) +CHANGES IN 2.8.1 (2011-04-15) ----------------------------- Enhancements: @@ -7,6 +6,11 @@ - nPairs() gains a summary method that shows how many times each variable is known, while the other variable of a pair is not +Bug fixes: + +- Fix errors on windows when R or Perl install path includes spaces by properly quoting the path. + + CHANGES IN 2.8.1 (2010-11-12) ----------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |