[Distr-commits] r481 - in branches/distr-2.2/pkg: SweaveListingUtils/R SweaveListingUtils/chm SweaveListingUtils/inst/TeX SweaveListingUtils/inst/doc startupmsg/chm
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jun 20 20:26:55 CEST 2009
Author: ruckdeschel
Date: 2009-06-20 20:26:53 +0200 (Sat, 20 Jun 2009)
New Revision: 481
Modified:
branches/distr-2.2/pkg/SweaveListingUtils/R/SweaveListingOptions.R
branches/distr-2.2/pkg/SweaveListingUtils/chm/00Index.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/0SweaveListingUtils-package.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingMASK.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingOptions.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingPreparations.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingUtils.chm
branches/distr-2.2/pkg/SweaveListingUtils/chm/changeKeywordstyles.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/copySourceFromRForge.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/library.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/lstinputSourceFromRForge.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/lstset.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/lstsetLanguage.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/readPackageVersion.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/readSourceFromRForge.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/setToBeDefinedPkgs.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/taglist.html
branches/distr-2.2/pkg/SweaveListingUtils/inst/TeX/Rdlisting.sty
branches/distr-2.2/pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw
branches/distr-2.2/pkg/SweaveListingUtils/inst/doc/preambleExp.tex
branches/distr-2.2/pkg/startupmsg/chm/startupmsg.chm
Log:
fixed some issues in SweaveListingUtils --- Rdlisting.sty
somehow had not respected capitalization ...
Modified: branches/distr-2.2/pkg/SweaveListingUtils/R/SweaveListingOptions.R
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/R/SweaveListingOptions.R 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/R/SweaveListingOptions.R 2009-06-20 18:26:53 UTC (rev 481)
@@ -9,7 +9,10 @@
"language" = "R", "basicstyle" = "{\\color{Rcolor}\\small}",
"keywordstyle" = "{\\bf\\color{Rcolor}}",
"commentstyle" = "{\\color{Rcomment}\\ttfamily\\itshape}",
- "literate" = "{<-}{{$\\leftarrow$}}2{<<-}{{$\\twoheadleftarrow$}}2{~}{{$\\sim$}}1{<=}{{$\\leq$}}2{>=}{{$\\geq$}}2{^}{{$^\\wedge$}}1",
+ "literate" = paste("{<-}{{$\\leftarrow$}}2",
+ "{<<-}{{$\\twoheadleftarrow$}}2",#"%\n",
+ "{~}{{$\\sim$}}1", "{<=}{{$\\leq$}}2",#"%\n",
+ "{>=}{{$\\geq$}}2", "{^}{{$\\wedge$}}1", sep=""),
## ~,^,<=, >= as suggested by Frank Harrell
"alsoother" = "{$}", "alsoletter" = "{.<-}",
"otherkeywords" = "{!,!=,~,$,*,\\&,\\%/\\%,\\%*\\%,\\%\\%,<-,<<-,/}"
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/00Index.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/00Index.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/00Index.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -10,7 +10,7 @@
<param name="keyword" value=".. contents">
</object>
-<h2>Help pages for package ‘SweaveListingUtils’ version 0.2</h2>
+<h2>Help pages for package ‘SweaveListingUtils’ version 0.3</h2>
<table width="100%">
<tr><td width="25%"><a href="0SweaveListingUtils-package.html">SweaveListingUtils-package</a></td>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/0SweaveListingUtils-package.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/0SweaveListingUtils-package.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/0SweaveListingUtils-package.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -33,10 +33,10 @@
<td align="left">Package: </td> <td align="left"> SweaveListingUtils</td>
</tr>
<tr>
- <td align="left"> Version: </td> <td align="left"> 0.2 </td>
+ <td align="left"> Version: </td> <td align="left"> 0.3</td>
</tr>
<tr>
- <td align="left"> Date: </td> <td align="left"> 2008-11-27 </td>
+ <td align="left"> Date: </td> <td align="left"> 2009-03-19</td>
</tr>
<tr>
<td align="left"> Depends: </td> <td align="left"> R(>= 2.0.0), startupmsg</td>
@@ -172,6 +172,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingMASK.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingMASK.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingMASK.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -60,6 +60,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingOptions.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingOptions.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingOptions.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -165,6 +165,6 @@
</script>
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingPreparations.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingPreparations.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingPreparations.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -143,6 +143,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingUtils.chm
===================================================================
(Binary files differ)
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/changeKeywordstyles.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/changeKeywordstyles.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/changeKeywordstyles.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -115,6 +115,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/copySourceFromRForge.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/copySourceFromRForge.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/copySourceFromRForge.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -127,6 +127,6 @@
</script>
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/library.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/library.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/library.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -49,7 +49,7 @@
<table summary="R argblock">
<tr valign="top"><td><code>package, help</code></td>
<td>
-the name of a package, given as a <a href="onclick="findlink('base', 'name.html')" style="text-decoration: underline; color: blue; cursor: hand"">name</a> or
+the name of a package, given as a <a href="onclick="findlink('distrTEst', 'name-methods.html')" style="text-decoration: underline; color: blue; cursor: hand"">name</a> or
literal character string, or a character string, depending on
whether <code>character.only</code> is <code>FALSE</code> (default) or
<code>TRUE</code>).</td></tr>
@@ -91,7 +91,7 @@
<td>
logical. If <code>TRUE</code>, functions
‘keep their source’ including comments, see argument
-<code>keep.source</code> to <code><a onclick="findlink('base', 'options.html')" style="text-decoration: underline; color: blue; cursor: hand">options</a></code>. This applies only to
+<code>keep.source</code> to <code><a onclick="findlink('distr', 'options.html')" style="text-decoration: underline; color: blue; cursor: hand">options</a></code>. This applies only to
the named package, and not to any packages or name spaces which might be
loaded to satisfy dependencies or imports.
<br>
@@ -255,6 +255,6 @@
</script>
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/lstinputSourceFromRForge.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/lstinputSourceFromRForge.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/lstinputSourceFromRForge.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -152,6 +152,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/lstset.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/lstset.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/lstset.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -122,6 +122,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/lstsetLanguage.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/lstsetLanguage.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/lstsetLanguage.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -148,6 +148,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/readPackageVersion.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/readPackageVersion.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/readPackageVersion.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -58,6 +58,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index</a>]</div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/readSourceFromRForge.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/readSourceFromRForge.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/readSourceFromRForge.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -86,6 +86,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/setToBeDefinedPkgs.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/setToBeDefinedPkgs.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/setToBeDefinedPkgs.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -89,6 +89,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index]</a></div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/taglist.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/taglist.html 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/taglist.html 2009-06-20 18:26:53 UTC (rev 481)
@@ -115,6 +115,6 @@
-<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.2 <a href="00Index.html">Index</a>]</div>
+<hr><div align="center">[Package <em>SweaveListingUtils</em> version 0.3 <a href="00Index.html">Index</a>]</div>
</body></html>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/inst/TeX/Rdlisting.sty
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/inst/TeX/Rdlisting.sty 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/inst/TeX/Rdlisting.sty 2009-06-20 18:26:53 UTC (rev 481)
@@ -1,15 +1,15 @@
-\Lstdefinelanguage{Rd}[Common]{Tex}%
- {Moretexcs={Acronym,Alias,Arguments,Author,Bold,Cite,%
- Code,Command,Concept,Cr,Deqn,Describe,%
- Description,Details,Dfn,Doctype,Dots,%
- Dontrun,Dontshow,Donttest,Dquote,%
- Email,Emph,Enc,Encoding,Enumerate,Env,Eqn,%
- Examples,File,Format,Item,Itemize,Kbd,Keyword,%
- Keyword,Ldots,Link,Links4Class,Method,Name,Note,%
- Option,Pkg,Preformatted,R,References,S3Method,%
- S4Method,Samp,Section,Seealso,Source,Sp,Special,%
- Squote,Strong,Synopsis,Tab,Tabular,Testonly,%
- Title,Url,Usage,Value,Var},
- Sensitive=True,%
- Morecomment=[L]\%% 2008 Peter Ruckdeschel
-}[Keywords,Comments]%%
+\lstdefinelanguage{Rd}[common]{TeX}%
+{moretexcs={acronym,alias,arguments,author,bold,cite,%
+ code,command,concept,cr,deqn,describe,%
+ description,details,dfn,doctype,dots,%
+ dontrun,dontshow,donttest,dquote,%
+ email,emph,enc,encoding,enumerate,env,eqn,%
+ examples,file,format,item,itemize,kbd,keyword,%
+ keyword,ldots,link,linkS4class,method,name,note,%
+ option,pkg,preformatted,R,references,S3method,%
+ S4method,samp,section,seealso,source,sp,special,%
+ squote,strong,Synopsis,tab,tabular,testonly,%
+ title,url,usage,value,var},
+ sensitive=true,%
+ morecomment=[l]\%% 2008 Peter Ruckdeschel
+}[keywords,comments]%%
Modified: branches/distr-2.2/pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/inst/doc/ExampleSweaveListingUtils.Rnw 2009-06-20 18:26:53 UTC (rev 481)
@@ -336,7 +336,7 @@
by \TeX\ in a somewhat transformed way.
A considerable part of {\sf R} users would rather prefer to see the code output
-``as you type it''; if you tend to think like this, you are free of course
+``as you type it''; if you tend to think you like this, you are free of course
to change the default markup as described in the previous section.
%
%
Modified: branches/distr-2.2/pkg/SweaveListingUtils/inst/doc/preambleExp.tex
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/inst/doc/preambleExp.tex 2009-06-17 07:21:27 UTC (rev 480)
+++ branches/distr-2.2/pkg/SweaveListingUtils/inst/doc/preambleExp.tex 2009-06-20 18:26:53 UTC (rev 481)
@@ -28,7 +28,9 @@
basicstyle={\color{Rcolor}\small},%
keywordstyle={\bf\color{Rcolor}},%
commentstyle={\color{Rcomment}\ttfamily\itshape},%
- literate={<-}{{$\leftarrow$}}2{<<-}{{$\twoheadleftarrow$}}2,%
+ literate={<-}{{$\leftarrow$}}2{<<-}{{$\twoheadleftarrow$}}2%
+ {~}{{$\\sim$}}1{<=}{{$\\leq$}}2%
+ {>=}{{$\\geq$}}2{^}{{$^\\wedge$}}1,%
alsoother={$},%
alsoletter={.<-},%
otherkeywords={!,!=,~,$,*,\&,\%/\%,\%*\%,\%\%,<-,<<-,/}}%
@@ -87,7 +89,7 @@
%
...
-snipped expanded \TeX\ code for registration of packages
+snipped expanded \TeX\ code for registration of packages
tools, stats, graphics, grDevices, utils, datasets, methods, base
...
%
@@ -97,4 +99,4 @@
%%
\lstset%
{keywordstyle={[2]\bf\color{blue}}
-}%
+}%
Modified: branches/distr-2.2/pkg/startupmsg/chm/startupmsg.chm
===================================================================
(Binary files differ)
More information about the Distr-commits
mailing list