Thread: [R-gregmisc-users] SF.net SVN: r-gregmisc:[1487] trunk/gplots/NAMESPACE
Brought to you by:
warnes
From: <wa...@us...> - 2011-09-01 19:40:32
|
Revision: 1487 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1487&view=rev Author: warnes Date: 2011-09-01 19:40:26 +0000 (Thu, 01 Sep 2011) Log Message: ----------- - Depend on KernSmooth package and import 'bkdeD2' and 'dpik'. Modified Paths: -------------- trunk/gplots/NAMESPACE Modified: trunk/gplots/NAMESPACE =================================================================== --- trunk/gplots/NAMESPACE 2011-09-01 19:37:38 UTC (rev 1486) +++ trunk/gplots/NAMESPACE 2011-09-01 19:40:26 UTC (rev 1487) @@ -43,7 +43,11 @@ #importFrom(caTools, runsd) #importFrom(caTools, runmean) +importFrom(KernSmooth, bkdeD2) +importFrom(KernSmooth, dpik) + + S3method(balloonplot,default) S3method(balloonplot,table) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2013-10-11 21:03:36
|
Revision: 1727 http://sourceforge.net/p/r-gregmisc/code/1727 Author: warnes Date: 2013-10-11 21:03:34 +0000 (Fri, 11 Oct 2013) Log Message: ----------- caTools and KernSmooth now have namespaces, so import from them. Modified Paths: -------------- trunk/gplots/NAMESPACE Modified: trunk/gplots/NAMESPACE =================================================================== --- trunk/gplots/NAMESPACE 2013-10-11 20:24:57 UTC (rev 1726) +++ trunk/gplots/NAMESPACE 2013-10-11 21:03:34 UTC (rev 1727) @@ -40,12 +40,12 @@ importFrom(stats, na.omit) # No Namespace -#importFrom(caTools, runsd) -#importFrom(caTools, runmean) +importFrom(caTools, runsd) +importFrom(caTools, runmean) # No Namespace -#importFrom(KernSmooth, bkdeD2) -#importFrom(KernSmooth, dpik) +importFrom(KernSmooth, bkde2D) +importFrom(KernSmooth, dpik) S3method(balloonplot,default) S3method(balloonplot,table) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2013-10-15 02:22:32
|
Revision: 1740 http://sourceforge.net/p/r-gregmisc/code/1740 Author: warnes Date: 2013-10-15 02:22:29 +0000 (Tue, 15 Oct 2013) Log Message: ----------- Add boxplot2 and lmplot2 to NAMESPACE Modified Paths: -------------- trunk/gplots/NAMESPACE Modified: trunk/gplots/NAMESPACE =================================================================== --- trunk/gplots/NAMESPACE 2013-10-15 02:13:13 UTC (rev 1739) +++ trunk/gplots/NAMESPACE 2013-10-15 02:22:29 UTC (rev 1740) @@ -3,6 +3,7 @@ bandplot, barplot2, bluered, + boxplot2, boxplot.n, ci2d, col2hex, @@ -10,6 +11,7 @@ greenred, heatmap.2, hist2d, + lmplot2, lowess, ooplot, overplot, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2014-09-17 22:26:38
|
Revision: 1895 http://sourceforge.net/p/r-gregmisc/code/1895 Author: warnes Date: 2014-09-17 22:26:29 +0000 (Wed, 17 Sep 2014) Log Message: ----------- Minor reformatting. Modified Paths: -------------- trunk/gplots/NAMESPACE Modified: trunk/gplots/NAMESPACE =================================================================== --- trunk/gplots/NAMESPACE 2014-09-17 22:25:57 UTC (rev 1894) +++ trunk/gplots/NAMESPACE 2014-09-17 22:26:29 UTC (rev 1895) @@ -49,20 +49,22 @@ importFrom(KernSmooth, bkde2D) importFrom(KernSmooth, dpik) -S3method(balloonplot,default) -S3method(balloonplot,table) +S3method(balloonplot, default) +S3method(balloonplot, table) -S3method(barplot2,default) +S3method(barplot2, default) -S3method(lowess,default) -S3method(lowess,formula) +S3method(lowess, default) +S3method(lowess, formula) -S3method(ooplot,default) +S3method(ooplot, default) -S3method(textplot,character) -S3method(textplot,data.frame) -S3method(textplot,default) -S3method(textplot,matrix) +S3method(plot, venn) -S3method(print,ci2d) -S3method(print,hist2d) +S3method(print, ci2d) +S3method(print, hist2d) + +S3method(textplot, character) +S3method(textplot, data.frame) +S3method(textplot, default) +S3method(textplot, matrix) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2014-12-01 22:51:52
|
Revision: 1898 http://sourceforge.net/p/r-gregmisc/code/1898 Author: warnes Date: 2014-12-01 22:51:46 +0000 (Mon, 01 Dec 2014) Log Message: ----------- Improve whitespace Modified Paths: -------------- trunk/gplots/NAMESPACE Modified: trunk/gplots/NAMESPACE =================================================================== --- trunk/gplots/NAMESPACE 2014-10-09 18:56:18 UTC (rev 1897) +++ trunk/gplots/NAMESPACE 2014-12-01 22:51:46 UTC (rev 1898) @@ -41,11 +41,9 @@ importFrom(stats, reorder) importFrom(stats, na.omit) -# No Namespace importFrom(caTools, runsd) importFrom(caTools, runmean) -# No Namespace importFrom(KernSmooth, bkde2D) importFrom(KernSmooth, dpik) @@ -58,9 +56,7 @@ S3method(lowess, formula) S3method(ooplot, default) - S3method(plot, venn) - S3method(print, ci2d) S3method(print, hist2d) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2014-12-02 01:12:48
|
Revision: 1903 http://sourceforge.net/p/r-gregmisc/code/1903 Author: warnes Date: 2014-12-02 01:12:45 +0000 (Tue, 02 Dec 2014) Log Message: ----------- Add exports of new bandplot methods to NAMESPACE file. Modified Paths: -------------- trunk/gplots/NAMESPACE Modified: trunk/gplots/NAMESPACE =================================================================== --- trunk/gplots/NAMESPACE 2014-12-02 01:09:01 UTC (rev 1902) +++ trunk/gplots/NAMESPACE 2014-12-02 01:12:45 UTC (rev 1903) @@ -50,6 +50,9 @@ S3method(balloonplot, default) S3method(balloonplot, table) +S3method(bandplot, default) +S3method(bandplot, formula) + S3method(barplot2, default) S3method(lowess, default) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2015-05-01 17:20:47
|
Revision: 2003 http://sourceforge.net/p/r-gregmisc/code/2003 Author: warnes Date: 2015-05-01 17:20:45 +0000 (Fri, 01 May 2015) Log Message: ----------- Correct URLs in man pages. Modified Paths: -------------- trunk/gplots/NAMESPACE Modified: trunk/gplots/NAMESPACE =================================================================== --- trunk/gplots/NAMESPACE 2015-05-01 17:20:05 UTC (rev 2002) +++ trunk/gplots/NAMESPACE 2015-05-01 17:20:45 UTC (rev 2003) @@ -63,6 +63,8 @@ S3method(print, ci2d) S3method(print, hist2d) +S3method(qqnorm, aov) + S3method(textplot, character) S3method(textplot, data.frame) S3method(textplot, default) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |