[Distr-commits] r646 - in pkg/SweaveListingUtils: . R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 19 12:54:31 CEST 2010


Author: ruckdeschel
Date: 2010-04-19 12:54:31 +0200 (Mon, 19 Apr 2010)
New Revision: 646

Modified:
   pkg/SweaveListingUtils/DESCRIPTION
   pkg/SweaveListingUtils/R/SweaveListingOptions.R
   pkg/SweaveListingUtils/man/0SweaveListingUtils-package.Rd
Log:
SweaveListingUtils Version 0.4.4 generated --- fixes a quote - typesetting issue as required by JSS

Modified: pkg/SweaveListingUtils/DESCRIPTION
===================================================================
--- pkg/SweaveListingUtils/DESCRIPTION	2010-04-19 10:00:52 UTC (rev 645)
+++ pkg/SweaveListingUtils/DESCRIPTION	2010-04-19 10:54:31 UTC (rev 646)
@@ -1,7 +1,7 @@
 Package: SweaveListingUtils
 Title: Utilities for Sweave together with TeX listings package
 Encoding: latin1
-Version: 0.4.3
+Version: 0.4.4
 Depends: R(>= 2.10.0), startupmsg
 Suggests: distr
 Imports: stats
@@ -12,6 +12,6 @@
                source code
 Maintainer: Peter Ruckdeschel <Peter.Ruckdeschel at itwm.fraunhofer.de>
 License: LGPL-3
-Date: 2010-03-01
+Date: 2010-04-19
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}

Modified: pkg/SweaveListingUtils/R/SweaveListingOptions.R
===================================================================
--- pkg/SweaveListingUtils/R/SweaveListingOptions.R	2010-04-19 10:00:52 UTC (rev 645)
+++ pkg/SweaveListingUtils/R/SweaveListingOptions.R	2010-04-19 10:54:31 UTC (rev 646)
@@ -11,7 +11,8 @@
         "language" = "R", "basicstyle" = "{\\color{Rcolor}\\small}",
         "keywordstyle" = "{\\bf\\color{Rcolor}}",
         "commentstyle" = "{\\color{Rcommentcolor}\\ttfamily\\itshape}",
-        "literate" = paste("{<-}{{$\\leftarrow$}}2",
+        "literate" = paste("{\"}{\\texttt{\"}}1",
+                           "{<-}{{$\\leftarrow$}}2",
                            "{<<-}{{$\\twoheadleftarrow$}}2",#"%\n",
                            "{~}{{$\\sim$}}1", "{<=}{{$\\leq$}}2",#"%\n",
                            "{>=}{{$\\geq$}}2", "{^}{{$\\scriptstyle\\wedge$}}1", sep=""),

Modified: pkg/SweaveListingUtils/man/0SweaveListingUtils-package.Rd
===================================================================
--- pkg/SweaveListingUtils/man/0SweaveListingUtils-package.Rd	2010-04-19 10:00:52 UTC (rev 645)
+++ pkg/SweaveListingUtils/man/0SweaveListingUtils-package.Rd	2010-04-19 10:54:31 UTC (rev 646)
@@ -15,8 +15,8 @@
 \details{
 \tabular{ll}{
 Package: \tab SweaveListingUtils \cr
-Version: \tab 0.4.2 \cr
-Date: \tab 2010-03-01 \cr
+Version: \tab 0.4.4 \cr
+Date: \tab 2010-04-19 \cr
 Depends: \tab R(>= 2.10.0), startupmsg \cr
 LazyLoad: \tab yes \cr
 License: \tab LGPL-3 \cr



More information about the Distr-commits mailing list