[Distr-commits] r730 - branches/distr-2.4/pkg/SweaveListingUtils/inst/doc pkg/SweaveListingUtils/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 2 16:08:36 CEST 2011


Author: ruckdeschel
Date: 2011-09-02 16:08:36 +0200 (Fri, 02 Sep 2011)
New Revision: 730

Modified:
   branches/distr-2.4/pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw
   pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw
Log:
fixed strip.white issue in pkg SweaveListingUtils

Modified: branches/distr-2.4/pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw
===================================================================
--- branches/distr-2.4/pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw	2011-09-01 01:35:31 UTC (rev 729)
+++ branches/distr-2.4/pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw	2011-09-02 14:08:36 UTC (rev 730)
@@ -75,7 +75,7 @@
 %\usepackage{Sweave}
 \SweaveOpts{keep.source=TRUE}
 % -------------------------------------------------------------------------------
-<<SweaveListingsPreparations, results=tex, echo=FALSE, strip.white=FALSE>>=
+  <<SweaveListingsPreparations, results=tex, echo=FALSE, strip.white="false">>=
 require(SweaveListingUtils)
 SweaveListingoptions(intermediate = FALSE)
 SweaveListingPreparations()

Modified: pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw
===================================================================
--- pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw	2011-09-01 01:35:31 UTC (rev 729)
+++ pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw	2011-09-02 14:08:36 UTC (rev 730)
@@ -75,7 +75,7 @@
 %\usepackage{Sweave}
 \SweaveOpts{keep.source=TRUE}
 % -------------------------------------------------------------------------------
-<<SweaveListingsPreparations, results=tex, echo=FALSE, strip.white=FALSE>>=
+<<SweaveListingsPreparations, results=tex, echo=FALSE, strip.white="false">>=
 require(SweaveListingUtils)
 SweaveListingoptions(intermediate = FALSE)
 SweaveListingPreparations()



More information about the Distr-commits mailing list