[R-gregmisc-users] SF.net SVN: r-gregmisc:[1613] trunk/namespace
Brought to you by:
warnes
From: <wa...@us...> - 2012-09-19 17:05:58
|
Revision: 1613 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1613&view=rev Author: warnes Date: 2012-09-19 17:05:48 +0000 (Wed, 19 Sep 2012) Log Message: ----------- Update for release 0.9.1 Modified Paths: -------------- trunk/namespace/DESCRIPTION trunk/namespace/inst/doc/NEWS Modified: trunk/namespace/DESCRIPTION =================================================================== --- trunk/namespace/DESCRIPTION 2012-09-19 16:57:08 UTC (rev 1612) +++ trunk/namespace/DESCRIPTION 2012-09-19 17:05:48 UTC (rev 1613) @@ -1,9 +1,14 @@ Package: namespace Type: Package Title: Provide namespace managment functions not (yet) present in base R -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. +Version: 0.9.1 +Date: 2012-09-19 +Author: Winston Chang, Daniel Adler, Hadley Wickham, Gregory + R. Warnes, R Core Team ('makeNamespaces' is extracted from the + R 'base' package source code: src/library/base/R/namespace.R) Maintainer: Gregory R. Warnes <gr...@wa...> -Description: More about what it does (maybe more than one line) +Description: This package provides user-level functions to manage + namespaces not (yet) available in base R: + 'registerNamespace', 'unregisterNamespace', + 'makeNamespace', and 'getRegisteredNamespace' License: GPL-2 Modified: trunk/namespace/inst/doc/NEWS =================================================================== --- trunk/namespace/inst/doc/NEWS 2012-09-19 16:57:08 UTC (rev 1612) +++ trunk/namespace/inst/doc/NEWS 2012-09-19 17:05:48 UTC (rev 1613) @@ -1,4 +1,11 @@ -namespace - 0.9.0 - 2012-10-13 +namespace - 0.9.1 - 2012-09-19 ------------------------------ +- Improve package description in 'DESCRIPTION' +- Move 'makeNamespace' to a separate file and include the original + copyright notice. + +namespace - 0.9.0 - 2012-09-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. |