[R-gregmisc-users] SF.net SVN: r-gregmisc:[1608] trunk/namespace
Brought to you by:
warnes
From: <wa...@us...> - 2012-09-13 23:38:43
|
Revision: 1608 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1608&view=rev Author: warnes Date: 2012-09-13 23:38:37 +0000 (Thu, 13 Sep 2012) Log Message: ----------- Add NEWS and ChangeLog, change version number to 0.9.0 Modified Paths: -------------- trunk/namespace/DESCRIPTION Added Paths: ----------- trunk/namespace/inst/ trunk/namespace/inst/doc/ trunk/namespace/inst/doc/NEWS Modified: trunk/namespace/DESCRIPTION =================================================================== --- trunk/namespace/DESCRIPTION 2012-09-13 23:36:10 UTC (rev 1607) +++ trunk/namespace/DESCRIPTION 2012-09-13 23:38:37 UTC (rev 1608) @@ -1,7 +1,7 @@ Package: namespace Type: Package Title: Provide namespace managment functions not (yet) present in base R -Version: 1.0 +Version: 0.9.0 Date: 2012-09-13 Author: Winston Chang, Daniel Adler, Hadley Wickham, Gregory R. Warnes, some code from the R 'base' package. Maintainer: Gregory R. Warnes <gr...@wa...> Added: trunk/namespace/inst/doc/NEWS =================================================================== --- trunk/namespace/inst/doc/NEWS (rev 0) +++ trunk/namespace/inst/doc/NEWS 2012-09-13 23:38:37 UTC (rev 1608) @@ -0,0 +1,4 @@ +namespace - 0.9.0 - 2012-10-13 +------------------------------ + +Initial version. \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |