<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>pnotepad.org forums &#187; Tag: R - Recent Topics</title>
		<link>http://pnotepad.org/forums/tags/r</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 07:49:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://pnotepad.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://pnotepad.org/forums/rss/tags/r/topics" rel="self" type="application/rss+xml" />

		<item>
                        <title>Strings not working in my schemedef (danielrmt)</title>
			<link>http://pnotepad.org/forums/topic/364#post-1282</link>
			<pubDate>Sat, 22 Mar 2008 12:54:04 +0000</pubDate>
			<dc:creator>danielrmt</dc:creator>
			<guid isPermaLink="false">1282@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I've writed a schemedef for &#60;a href=&#34;http://www.r-project.org/&#34;&#62;R&#60;/a&#62;, and everything is working very well but not the strings. I can't understand why it's not working. Can someone help me? Below is my r.schemedef file.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#38;gt;&#60;br /&#62;
&#38;lt;Scheme&#38;gt;&#60;br /&#62;
    &#38;lt;keyword-classes&#38;gt;&#60;br /&#62;
        &#38;lt;keyword-class name=&#34;rfunctions&#34;&#38;gt;&#60;br /&#62;
        help help.search apropos help.start str summary ls&#60;br /&#62;
        ls.str dir methods options library require attach detach&#60;br /&#62;
        load data read.table read.csv read.delim read.fwf save&#60;br /&#62;
        save.image cat print format write.table sink&#60;br /&#62;
        c seq rep data.frame list array matrix factor gl&#60;br /&#62;
        expand.grid rbind cbind as.array as.data.frame as.numeric&#60;br /&#62;
        as.logical as.complex as.character is.na is.null is.array&#60;br /&#62;
        is.data.frame is.numeric is.complex is.character length&#60;br /&#62;
        dim dimnames nrow ncol class unclass attr attributes&#60;br /&#62;
        which.max which.min rev sort cut match which choose na.omit&#60;br /&#62;
        na.fail unique table subset transform sample prop.table&#60;br /&#62;
        sin cos tan asin acos atan atan2 log log10 exp&#60;br /&#62;
        max min range sum diff prod mean median quantile weighted.mean&#60;br /&#62;
        rank var sd cor var cov round log scale pmin pmax cumsum&#60;br /&#62;
        cumprod cummin cummax union intersect setdiff setequal is.element&#60;br /&#62;
        Re Im Mod abs Arg Conj convolve fft mvfft filter&#60;br /&#62;
        t diag solve rowsum colsum colSums rowMeans colMeans&#60;br /&#62;
        apply lapply tapply tapply by ave merge aggregate stack unstack reshape&#60;br /&#62;
        paste substr strsplit grep gsub tolower toupper match pmatch nchar&#60;br /&#62;
        as.Date as.POSIXct difftime strftime x11 windows&#60;br /&#62;
        postscript ps.options pdf png jpeg bitmap xfig pictex dev.off&#60;br /&#62;
        plot hist barplot dotchart pie boxplot sunflowerplot stripplot&#60;br /&#62;
        coplot interaction.plot matplot fourfoldplot assocplot&#60;br /&#62;
        mosaicplot pairs plot.ts ts.plot qqnorm qqplot contour&#60;br /&#62;
        filled.contour image persp stars symbols termplot&#60;br /&#62;
        points lines text mtext segments arrows abline rect&#60;br /&#62;
        polygon legend title axis box rug locator&#60;br /&#62;
        xyplot barchart dotplot densityplot histogram bwplot&#60;br /&#62;
        qqmath stripplot qq splom parallel levelplot wireframe cloud&#60;br /&#62;
        optim nlm lm glm nls approx spline lowss&#60;br /&#62;
        predict df.residual coef residuals deviance fitted logLik AIC&#60;br /&#62;
        aov anova density binom.test pairwise.t.test power.t.test&#60;br /&#62;
        prop.test t.test&#60;br /&#62;
        rnorm rexp rgamma rpois rweibull rcauchy rbeta rt rf rchisq&#60;br /&#62;
        rbinom rgeom rhyper rlogis rlnorm rnbinom runif rwilcox&#60;br /&#62;
        function return if else for while repeat break next ifelse do.call&#60;br /&#62;
        source shell Sweave print mahalanobis&#60;br /&#62;
        rm ls objects setwd getwd names&#60;br /&#62;
        prcomp princomp loadings biplot screeplot&#60;br /&#62;
        &#38;lt;/keyword-class&#38;gt;&#60;br /&#62;
    &#38;lt;/keyword-classes&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;!-- base-language --&#38;gt;&#60;br /&#62;
    &#38;lt;schemedef name=&#34;r&#34; title=&#34;R&#34; folding=&#34;false&#34; casesensitive=&#34;true&#34; braces=&#34;{[()]}&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;strings&#38;gt;&#60;br /&#62;
            &#38;lt;!-- Single and double quotes string, with \ as an escape character --&#38;gt;&#60;br /&#62;
            &#38;lt;stringtype id=&#34;0&#34; start=&#34;&#34;&#34; end=&#34;&#34;&#34; multiline=&#34;false&#34; escape=&#34;\&#34; /&#38;gt;&#60;br /&#62;
            &#38;lt;stringtype id=&#34;1&#34; start=&#34;'&#34; end=&#34;'&#34; multiline=&#34;false&#34; escape=&#34;\&#34; /&#38;gt;&#60;br /&#62;
        &#38;lt;/strings&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;identifiers start=&#34;[a-zA-Z]&#34; content=&#34;[._a-zA-Z0-9]&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;comments&#38;gt;&#60;br /&#62;
			&#38;lt;!-- continuation=&#34;\&#34; --&#38;gt;&#60;br /&#62;
			&#38;lt;line start=&#34;#&#34; /&#38;gt;&#60;br /&#62;
		&#38;lt;/comments&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;numbers start=&#34;[0-9]&#34; content=&#34;[0-9a-f.x]&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;lexer name=&#34;r&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;use-styles&#38;gt;&#60;br /&#62;
            &#38;lt;style name=&#34;Default&#34; key=&#34;32&#34; /&#38;gt;&#60;br /&#62;
            &#38;lt;style name=&#34;Whitespace&#34; key=&#34;0&#34; /&#38;gt;&#60;br /&#62;
            &#38;lt;style name=&#34;Line Comment&#34; key=&#34;1&#34; class=&#34;comment&#34; /&#38;gt;&#60;br /&#62;
            &#38;lt;style name=&#34;Identifier&#34; key=&#34;3&#34; class=&#34;identifier&#34; /&#38;gt;&#60;br /&#62;
            &#38;lt;style name=&#34;Number&#34; key=&#34;4&#34; class=&#34;number&#34; /&#38;gt;&#60;br /&#62;
            &#38;lt;style name=&#34;Keyword&#34; key=&#34;5&#34; class=&#34;keyword&#34; /&#38;gt;&#60;br /&#62;
            &#38;lt;style name=&#34;String&#34; key=&#34;10&#34; class=&#34;string&#34; /&#38;gt;&#60;br /&#62;
            &#38;lt;style name=&#34;String 2&#34; key=&#34;11&#34; class=&#34;string&#34; /&#38;gt;&#60;br /&#62;
        &#38;lt;/use-styles&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;use-keywords&#38;gt;&#60;br /&#62;
            &#38;lt;keyword key=&#34;0&#34; name=&#34;Keywords&#34; class=&#34;rfunctions&#34; /&#38;gt;&#60;br /&#62;
        &#38;lt;/use-keywords&#38;gt;&#60;br /&#62;
    &#38;lt;/schemedef&#38;gt;&#60;br /&#62;
&#38;lt;/Scheme&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Schema for Sweave: R code in LaTeX files. (danielrmt)</title>
			<link>http://pnotepad.org/forums/topic/366#post-1285</link>
			<pubDate>Sat, 22 Mar 2008 16:04:11 +0000</pubDate>
			<dc:creator>danielrmt</dc:creator>
			<guid isPermaLink="false">1285@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I've writed a scheme for R, and now I would like to create a scheme for Sweave, that is just a LaTeX file with some R code. I have no idea how to do this, but it would work like JavaScript code in HTML. Can someone point me how to make such scheme?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

