[R-gregmisc-users] SF.net SVN: r-gregmisc:[2008] trunk/gplots
Brought to you by:
warnes
From: <wa...@us...> - 2015-05-01 17:48:29
|
Revision: 2008 http://sourceforge.net/p/r-gregmisc/code/2008 Author: warnes Date: 2015-05-01 17:48:26 +0000 (Fri, 01 May 2015) Log Message: ----------- Update NEWS again. Modified Paths: -------------- trunk/gplots/NAMESPACE trunk/gplots/inst/NEWS Modified: trunk/gplots/NAMESPACE =================================================================== --- trunk/gplots/NAMESPACE 2015-05-01 17:47:42 UTC (rev 2007) +++ trunk/gplots/NAMESPACE 2015-05-01 17:48:26 UTC (rev 2008) @@ -3,8 +3,8 @@ bandplot, barplot2, bluered, + boxplot.n, boxplot2, - boxplot.n, ci2d, col2hex, colorpanel, Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2015-05-01 17:47:42 UTC (rev 2007) +++ trunk/gplots/inst/NEWS 2015-05-01 17:48:26 UTC (rev 2008) @@ -35,10 +35,13 @@ Other Changes: -- smartlegend() is now marked as deprecated, since the relative - positioning feature ('top', 'right') has been added to - graphics::legend() +- smartlegend() is now deprecated because the relative positioning + feature ('top', 'right') has been added to graphics::legend(). + Calling smartlegend() will generate a warning. +- boxplot.n() and plot.lm2() are defunct have been removed. Use of + these functions will now generate an error. + - Update out-of-date URLs in man pages. Release 2.16.0 - 2015-01-02 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |