[Distr-commits] r799 - branches/distr-2.4/pkg/SweaveListingUtils/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Mar 4 12:04:16 CET 2012


Author: ruckdeschel
Date: 2012-03-04 12:04:15 +0100 (Sun, 04 Mar 2012)
New Revision: 799

Modified:
   branches/distr-2.4/pkg/SweaveListingUtils/R/SweaveListingUtils.R
Log:
[SweaveListingUtils] changed assignment from assignInNamespace to assignInMyNamespace

Modified: branches/distr-2.4/pkg/SweaveListingUtils/R/SweaveListingUtils.R
===================================================================
--- branches/distr-2.4/pkg/SweaveListingUtils/R/SweaveListingUtils.R	2012-02-22 20:49:35 UTC (rev 798)
+++ branches/distr-2.4/pkg/SweaveListingUtils/R/SweaveListingUtils.R	2012-03-04 11:04:15 UTC (rev 799)
@@ -73,7 +73,7 @@
 
    sws <- .SweaveListingOptions
    sws$inSweave <- TRUE
-   assignInNamespace(".SweaveListingOptions", sws, "SweaveListingUtils")
+   assignInMyNamespace(".SweaveListingOptions", sws)
 
    withVerbatim <- rep(withVerbatim, length.out=3)
    if(is.null(names(withVerbatim)))



More information about the Distr-commits mailing list