[R-gregmisc-users] SF.net SVN: r-gregmisc:[1698] trunk/gtools/inst/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2013-07-05 23:48:30
|
Revision: 1698 http://sourceforge.net/p/r-gregmisc/code/1698 Author: warnes Date: 2013-07-05 23:48:27 +0000 (Fri, 05 Jul 2013) Log Message: ----------- Point out that addLast() modifies the value of .Last in the global environment. Modified Paths: -------------- trunk/gtools/inst/NEWS Modified: trunk/gtools/inst/NEWS =================================================================== --- trunk/gtools/inst/NEWS 2013-07-05 23:47:03 UTC (rev 1697) +++ trunk/gtools/inst/NEWS 2013-07-05 23:48:27 UTC (rev 1698) @@ -3,11 +3,13 @@ Bug fixes: -- Update checkRVersion() to works with R version 3.0.0 and later. +- Update checkRVersion() to work with R version 3.0.0 and later. Other changes: - Remove cross-reference to (obsolete?) moc package +- Add text to man page for addLast() noting that the value of .Last is + changed in the global environment. gtools 2.7.1 - 2013-03-17 ------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |