[Logging-commits] r8 - in pkg: . R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Mar 30 09:05:08 CEST 2010


Author: mariotomo
Date: 2010-03-30 09:05:08 +0200 (Tue, 30 Mar 2010)
New Revision: 8

Modified:
   pkg/DESCRIPTION
   pkg/R/logger.R
   pkg/man/logging-package.Rd
Log:
correcting name and email address of the original author.
removing wrong comment about modification of objects in R.


Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2010-03-26 14:15:18 UTC (rev 7)
+++ pkg/DESCRIPTION	2010-03-30 07:05:08 UTC (rev 8)
@@ -1,5 +1,5 @@
 Package: logging
-Version: 0.4-4
+Version: 0.4-7
 Date: 2010-01-14
 Title: a tentative logging package
 Author: Mario Frasca <mariotomo at gmail.com>

Modified: pkg/R/logger.R
===================================================================
--- pkg/R/logger.R	2010-03-26 14:15:18 UTC (rev 7)
+++ pkg/R/logger.R	2010-03-30 07:05:08 UTC (rev 8)
@@ -136,7 +136,6 @@
 }
 
 ## Get a specific logger configuration
-## remember: you can't alter an object in R
 getLogger <- function(name='', ...)
 {
   if(name=='')

Modified: pkg/man/logging-package.Rd
===================================================================
--- pkg/man/logging-package.Rd	2010-03-26 14:15:18 UTC (rev 7)
+++ pkg/man/logging-package.Rd	2010-03-30 07:05:08 UTC (rev 8)
@@ -18,7 +18,7 @@
   Python's logging package, a simple logging.BasicConfig function to
   quickly put yourself in a usable situation...
 
-  This package owes a lot to Brian Lee's
+  This package owes a lot to Brian Lee Yung Rowe's
   \code{\link[futile:futile-package]{futile}} package and the
   documentation of the Python logging package.
 
@@ -61,7 +61,7 @@
 \author{
   Mario Frasca <mariotomo at gmail.com>
   
-  Brian Lee Yung Rowe <brian at muxspace.com>
+  Brian Lee Yung Rowe <r at nurometic.com>
 
 Maintainer: Mario Frasca <mario.frasca at nelen-schuurmans.nl>
 }



More information about the Logging-commits mailing list