<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: R-project Portable</title>
	<atom:link href="http://notepad.patheticcockroach.com/512/r-project-portable/feed/" rel="self" type="application/rss+xml" />
	<link>http://notepad.patheticcockroach.com/512/r-project-portable/</link>
	<description>The area in patheticcockroach.com where the EEG isn&#039;t isoelectric</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:12:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Dernoncourt</title>
		<link>http://notepad.patheticcockroach.com/512/r-project-portable/comment-page-1/#comment-522</link>
		<dc:creator>David Dernoncourt</dc:creator>
		<pubDate>Thu, 15 Sep 2011 19:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=512#comment-522</guid>
		<description>Maybe I wasn&#039;t clear enough in the original post: all I did was ripping the whole R folder into a zip after a normal installation. R is natively &quot;portable&quot;, the only problem is that it only comes into an installer, which you can&#039;t run on some restricted environments.</description>
		<content:encoded><![CDATA[<p>Maybe I wasn&#8217;t clear enough in the original post: all I did was ripping the whole R folder into a zip after a normal installation. R is natively &#8220;portable&#8221;, the only problem is that it only comes into an installer, which you can&#8217;t run on some restricted environments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ks</title>
		<link>http://notepad.patheticcockroach.com/512/r-project-portable/comment-page-1/#comment-521</link>
		<dc:creator>ks</dc:creator>
		<pubDate>Thu, 15 Sep 2011 18:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=512#comment-521</guid>
		<description>Thanks David.

Would you consider writing up how you put  this together?</description>
		<content:encoded><![CDATA[<p>Thanks David.</p>
<p>Would you consider writing up how you put  this together?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Dernoncourt</title>
		<link>http://notepad.patheticcockroach.com/512/r-project-portable/comment-page-1/#comment-132</link>
		<dc:creator>David Dernoncourt</dc:creator>
		<pubDate>Wed, 31 Mar 2010 08:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=512#comment-132</guid>
		<description>I haven&#039;t done this R+Notepad++ integration for a while. Last time I tried the plugin wasn&#039;t compatible with the latest Notepad++ version, so I gave up since R syntax is now supported in Notepad++, which is good enough for my less than occasional use of R.
I just gave a new and brief try at &lt;a href=&quot;http://sourceforge.net/projects/npptor/&quot; rel=&quot;nofollow&quot;&gt;NppToR&lt;/a&gt;, but with the non-existent (or hidden?) documentation all I managed to do was to destroy my Notepad++ Portable configuration file (oops :/). It seems that this tool is globally unhappy with the portable version of Notepad++. I remember using it, but I think it was on an unrestricted PC in another department, with Notepad++ non-portable.

&lt;strong&gt;Edit&lt;/strong&gt;: it did screw my Notepad++ configuration file, but it does work indeed. What I configured in npptor.ini was:
&lt;code&gt;[executables]
R=&quot;[path to &lt;strong&gt;root&lt;/strong&gt; folder of the R installation]&quot;
Rcmdparms=[leave empty, or add whatever parameters you need]
Npp=&quot;[path to Notepad++Portable.exe, including the executable name]&quot;
NppConfig=&quot;[path to Notepad++ Portable config directory, which shoud end like: \Data\settings]&quot;&lt;/code&gt;
Then just launch NppToR.exe and you&#039;re good to go. (press F8 in Notepad++ to send the syntax to R)</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t done this R+Notepad++ integration for a while. Last time I tried the plugin wasn&#8217;t compatible with the latest Notepad++ version, so I gave up since R syntax is now supported in Notepad++, which is good enough for my less than occasional use of R.<br />
I just gave a new and brief try at <a href="http://sourceforge.net/projects/npptor/" rel="nofollow">NppToR</a>, but with the non-existent (or hidden?) documentation all I managed to do was to destroy my Notepad++ Portable configuration file (oops :/). It seems that this tool is globally unhappy with the portable version of Notepad++. I remember using it, but I think it was on an unrestricted PC in another department, with Notepad++ non-portable.</p>
<p><strong>Edit</strong>: it did screw my Notepad++ configuration file, but it does work indeed. What I configured in npptor.ini was:<br />
<code>[executables]<br />
R="[path to <strong>root</strong> folder of the R installation]"<br />
Rcmdparms=[leave empty, or add whatever parameters you need]<br />
Npp="[path to Notepad++Portable.exe, including the executable name]"<br />
NppConfig="[path to Notepad++ Portable config directory, which shoud end like: \Data\settings]"</code><br />
Then just launch NppToR.exe and you&#8217;re good to go. (press F8 in Notepad++ to send the syntax to R)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://notepad.patheticcockroach.com/512/r-project-portable/comment-page-1/#comment-131</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Wed, 31 Mar 2010 08:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=512#comment-131</guid>
		<description>Thanks for sharing your contribution. Before picking it, I would like to know whether you know how to put together a portable Notepad++, with R syntax, and the portable version of R, so that you can lauch scripts form the portable Notepad++ directly to the Rgui, without having to move from window to window manually. Thanks once again!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing your contribution. Before picking it, I would like to know whether you know how to put together a portable Notepad++, with R syntax, and the portable version of R, so that you can lauch scripts form the portable Notepad++ directly to the Rgui, without having to move from window to window manually. Thanks once again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

