[Distr-commits] r334 - pkg/SweaveListingUtils/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 18 10:28:12 CET 2008


Author: ruckdeschel
Date: 2008-11-18 10:28:12 +0100 (Tue, 18 Nov 2008)
New Revision: 334

Modified:
   pkg/SweaveListingUtils/R/keywordsStyle.R
Log:
bug-fix Mail "Re: SweaveListingUtils", 17.11.2008 09:06

Modified: pkg/SweaveListingUtils/R/keywordsStyle.R
===================================================================
--- pkg/SweaveListingUtils/R/keywordsStyle.R	2008-11-13 11:51:50 UTC (rev 333)
+++ pkg/SweaveListingUtils/R/keywordsStyle.R	2008-11-18 09:28:12 UTC (rev 334)
@@ -190,5 +190,5 @@
              }else{
                 rerg <- do.call(fct, args=mc)
              }
-             return(rerg)
+             return(invisible(rerg))
 }



More information about the Distr-commits mailing list