[R-gregmisc-users] SF.net SVN: r-gregmisc: [1287] trunk/SII/NAMESPACE
Brought to you by:
warnes
From: <wa...@us...> - 2008-06-12 00:28:50
|
Revision: 1287 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1287&view=rev Author: warnes Date: 2008-06-11 17:28:49 -0700 (Wed, 11 Jun 2008) Log Message: ----------- Add namespace file to hide private functions Added Paths: ----------- trunk/SII/NAMESPACE Added: trunk/SII/NAMESPACE =================================================================== --- trunk/SII/NAMESPACE (rev 0) +++ trunk/SII/NAMESPACE 2008-06-12 00:28:49 UTC (rev 1287) @@ -0,0 +1,7 @@ +export( + sii + ) + +s3method(plot, SII) +s3method(print, SII) +s3method(summary, SII) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |