<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>PowerShellRInterop Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/PowerShellRInterop/Wiki/View.aspx?title=Home</link><description>PowerShellRInterop Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PowerShellRInterop/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Pass data objects from PowerShell into R and out again. This requires the R &amp;#40;D&amp;#41; COM Server.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Requirements
&lt;/h1&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" class="externalLink"&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx&lt;/a&gt; PowerShell by Microsoft&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.r-project.org" class="externalLink"&gt;http://www.r-project.org&lt;/a&gt; R a software package for statistics&lt;/li&gt;&lt;li&gt;&lt;a href="http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)" class="externalLink"&gt;http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)&lt;/a&gt; R (D) COM Server&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Installation
&lt;/h1&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Run setup.exe&lt;/li&gt;&lt;li&gt;In PowerShell issue &lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Use it with &lt;span class="codeInline"&gt;eval-R &amp;quot;cmd&amp;quot; [,&amp;quot;cmd&amp;quot; ...]&lt;/span&gt; (&lt;b&gt;Attention&lt;/b&gt;: multiple commands need to be seperated with commas)&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;To use the &lt;span class="codeInline"&gt;eval-R&lt;/span&gt; Cmdlet you need to issue the &lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt; everytime you start PowerShell. Therefore I save the config and supply it on startup of PowerShell&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Start PowerShell&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Export-Console --path c:\SomePath\MyConsole.psc1&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Modify the Shortcut of PowerShell and append &lt;span class="codeInline"&gt;-PSConsoleFile c:\SomePath\MyConsole.psc1&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h1&gt;
Samples
&lt;/h1&gt; &lt;br /&gt;You can do some basic statistics (e.g. linear regression using lm()) or you can use plotting functions&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length, @{name=&amp;quot;ticks&amp;quot;;expr={$_.LastWriteTime.Ticks} } | where { $_.Length -gt 0} | Eval-R &amp;quot;lm(Length ~ ticks)&amp;quot; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length | eval-r &amp;quot;hist(Length)&amp;quot; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length, @{name=&amp;quot;ticks&amp;quot;;expr={$_.LastWriteTime.Ticks} } | where { $_.Length -gt 0} | Eval-R &amp;quot;plot(Length,ticks)&amp;quot; &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Limitations
&lt;/h1&gt; &lt;br /&gt;It's very case sensitive. If you do a &lt;span class="codeInline"&gt;select length&lt;/span&gt; (where &lt;span class="codeInline"&gt;length&lt;/span&gt; starts with a lower-case l)and the original property is named &lt;span class="codeInline"&gt;Length&lt;/span&gt; you need to use &lt;span class="codeInline"&gt;Length&lt;/span&gt; as the variable name in R.&lt;br /&gt; &lt;br /&gt;For some reason multiple commands do not use the same graphic window.&lt;br /&gt; &lt;br /&gt;Right now not all types are serialized properly into R.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Minor Comments
&lt;/h1&gt; &lt;br /&gt;Find more info on me under &lt;a href="http://www.eisber.net" class="externalLink"&gt;http://www.eisber.net&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;I just love &lt;a href="http://www.viemu.com" class="externalLink"&gt;http://www.viemu.com&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>eisber</author><pubDate>Wed, 14 Feb 2007 06:12:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070214061235A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PowerShellRInterop/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Pass data objects from PowerShell into R and out again. This requires the R &amp;#40;D&amp;#41; COM Server.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Requirements
&lt;/h1&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" class="externalLink"&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx&lt;/a&gt; PowerShell by Microsoft&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.r-project.org" class="externalLink"&gt;http://www.r-project.org&lt;/a&gt; R a software package for statistics&lt;/li&gt;&lt;li&gt;&lt;a href="http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)" class="externalLink"&gt;http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)&lt;/a&gt; R (D) COM Server&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Installation
&lt;/h1&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Run setup.exe&lt;/li&gt;&lt;li&gt;In PowerShell issue &lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Use it with &lt;span class="codeInline"&gt;eval-R &amp;quot;cmd&amp;quot; [,&amp;quot;cmd&amp;quot; ...]&lt;/span&gt; (&lt;b&gt;Attention&lt;/b&gt;: multiple commands need to be seperated with commas)&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;To use the &lt;span class="codeInline"&gt;eval-R&lt;/span&gt; Cmdlet you need to issue the &lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt; everytime you start PowerShell. Therefore I save the config and supply it on startup of PowerShell&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Start PowerShell&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Export-Console --path c:\SomePath\MyConsole.psc1&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Modify the Shortcut of PowerShell and append &lt;span class="codeInline"&gt;-PSConsoleFile c:\SomePath\MyConsole.psc1&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h1&gt;
Samples
&lt;/h1&gt; &lt;br /&gt;You can do some basic statistics (e.g. linear regression using lm()) or you can use plotting functions&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length, @{name=&amp;quot;ticks&amp;quot;;expr={$_.LastWriteTime.Ticks} } | where { $_.Length -gt 0} | Eval-R &amp;quot;lm(Length ~ ticks)&amp;quot; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length | eval-r &amp;quot;hist(Length)&amp;quot; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length, @{name=&amp;quot;ticks&amp;quot;;expr={$_.LastWriteTime.Ticks} } | where { $_.Length -gt 0} | Eval-R &amp;quot;plot(Length,ticks)&amp;quot; &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Minor Comments
&lt;/h1&gt; &lt;br /&gt;Find more info on me under &lt;a href="http://www.eisber.net" class="externalLink"&gt;http://www.eisber.net&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;I just love &lt;a href="http://www.viemu.com" class="externalLink"&gt;http://www.viemu.com&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>eisber</author><pubDate>Wed, 14 Feb 2007 06:07:42 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070214060742A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PowerShellRInterop/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Pass data objects from PowerShell into R and out again. This requires the R &amp;#40;D&amp;#41; COM Server.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Requirements
&lt;/h1&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" class="externalLink"&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx&lt;/a&gt; PowerShell by Microsoft&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.r-project.org" class="externalLink"&gt;http://www.r-project.org&lt;/a&gt; R a software package for statistics&lt;/li&gt;&lt;li&gt;&lt;a href="http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)" class="externalLink"&gt;http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)&lt;/a&gt; R (D) COM Server&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Installation
&lt;/h1&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Run setup.exe&lt;/li&gt;&lt;li&gt;In PowerShell issue &lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Use it with &lt;span class="codeInline"&gt;eval-R &amp;quot;cmd&amp;quot; [&amp;quot;cmd&amp;quot; ...]&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;To use the &lt;span class="codeInline"&gt;eval-R&lt;/span&gt; Cmdlet you need to issue the &lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt; everytime you start PowerShell. Therefore I save the config and supply it on startup of PowerShell&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Start PowerShell&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Export-Console --path c:\SomePath\MyConsole.psc1&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Modify the Shortcut of PowerShell and append &lt;span class="codeInline"&gt;-PSConsoleFile c:\SomePath\MyConsole.psc1&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h1&gt;
Samples
&lt;/h1&gt; &lt;br /&gt;You can do some basic statistics (e.g. linear regression using lm()) or you can use plotting functions&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length, @{name=&amp;quot;ticks&amp;quot;;expr={$_.LastWriteTime.Ticks&lt;/span&gt; | where { $_.Length -gt 0} | Eval-R &amp;quot;lm(Length ~ ticks)&amp;quot; }}&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length | eval-r &amp;quot;hist(Length)&amp;quot; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length, @{name=&amp;quot;ticks&amp;quot;;expr={$_.LastWriteTime.Ticks&lt;/span&gt; | where { $_.Length -gt 0} | Eval-R &amp;quot;plot(Length,ticks)&amp;quot; }}&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Minor Comments
&lt;/h1&gt; &lt;br /&gt;Find more info on me under &lt;a href="http://www.eisber.net" class="externalLink"&gt;http://www.eisber.net&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;I just love &lt;a href="http://www.viemu.com" class="externalLink"&gt;http://www.viemu.com&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>eisber</author><pubDate>Wed, 14 Feb 2007 05:55:16 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070214055516A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PowerShellRInterop/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Pass data objects from PowerShell into R and out again. This requires the R &amp;#40;D&amp;#41; COM Server.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Requirements
&lt;/h1&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://" class="externalLink"&gt;http://&lt;/a&gt; PowerShell by Microsoft&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.r-project.org" class="externalLink"&gt;http://www.r-project.org&lt;/a&gt; R a software package for statistics&lt;/li&gt;&lt;li&gt;&lt;a href="http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)" class="externalLink"&gt;http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)&lt;/a&gt; R (D) COM Server&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Installation
&lt;/h1&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Run setup.exe&lt;/li&gt;&lt;li&gt;In PowerShell issue &lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Use it with &lt;span class="codeInline"&gt;eval-R &amp;quot;cmd&amp;quot; [&amp;quot;cmd&amp;quot; ...]&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;To use the &lt;span class="codeInline"&gt;eval-R&lt;/span&gt; Cmdlet you need to issue the &lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt; everytime you start PowerShell. Therefore I save the config and supply it on startup of PowerShell&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Start PowerShell&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Export-Console --path c:\SomePath\MyConsole.psc1&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Modify the Shortcut of PowerShell and append &lt;span class="codeInline"&gt;-PSConsoleFile c:\SomePath\MyConsole.psc1&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h1&gt;
Samples
&lt;/h1&gt; &lt;br /&gt;You can do some basic statistics (e.g. linear regression using lm()) or you can use plotting functions&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length, @{name=&amp;quot;ticks&amp;quot;;expr={$_.LastWriteTime.Ticks&lt;/span&gt; | where { $_.Length -gt 0} | Eval-R &amp;quot;lm(Length ~ ticks)&amp;quot; }}&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length | eval-r &amp;quot;hist(Length)&amp;quot; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length, @{name=&amp;quot;ticks&amp;quot;;expr={$_.LastWriteTime.Ticks&lt;/span&gt; | where { $_.Length -gt 0} | Eval-R &amp;quot;plot(Length,ticks)&amp;quot; }}&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Minor Comments
&lt;/h1&gt; &lt;br /&gt;Find more info on me under &lt;a href="http://www.eisber.net" class="externalLink"&gt;http://www.eisber.net&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;I just love &lt;a href="http://www.viemu.com" class="externalLink"&gt;http://www.viemu.com&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>eisber</author><pubDate>Wed, 14 Feb 2007 05:53:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070214055323A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PowerShellRInterop/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Pass data objects from PowerShell into R and out again. This requires the R &amp;#40;D&amp;#41; COM Server.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Requirements
&lt;/h1&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://" class="externalLink"&gt;http://&lt;/a&gt; PowerShell by Microsoft&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.r-project.org" class="externalLink"&gt;http://www.r-project.org&lt;/a&gt; R a software package for statistics&lt;/li&gt;&lt;li&gt;&lt;a href="http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)" class="externalLink"&gt;http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)&lt;/a&gt; R (D) COM Server&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Installation
&lt;/h1&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Run setup.exe&lt;/li&gt;&lt;li&gt;In PowerShell issue &lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Use it with &lt;span class="codeInline"&gt;eval-R &amp;quot;cmd&amp;quot; [&amp;quot;cmd&amp;quot; ...]&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;To use the &lt;span class="codeInline"&gt;eval-R&lt;/span&gt; Cmdlet you need to issue the &lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt; everytime you start PowerShell. Therefore I save the config and supply it on startup of PowerShell&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Start PowerShell&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Add-PSSnapin evalR&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Export-Console --path c:\SomePath\MyConsole.psc1&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Modify the Shortcut of PowerShell and append &lt;span class="codeInline"&gt;-PSConsoleFile c:\SomePath\MyConsole.psc1&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h1&gt;
Samples
&lt;/h1&gt; &lt;br /&gt;You can do some basic statistics (e.g. linear regression using lm()) or you can use plotting functions&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length, @{name=&amp;quot;ticks&amp;quot;;expr={$_.LastWriteTime.Ticks&lt;/span&gt; | where { $_.Length -gt 0} | Eval-R &amp;quot;lm(Length ~ ticks)&amp;quot; }}&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length | eval-r &amp;quot;hist(Length)&amp;quot; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="codeInline"&gt; ls | select Length, @{name=&amp;quot;ticks&amp;quot;;expr={$_.LastWriteTime.Ticks&lt;/span&gt; | where { $_.Length -gt 0} | Eval-R &amp;quot;plot(Length,ticks)&amp;quot; }}&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>eisber</author><pubDate>Wed, 14 Feb 2007 05:50:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070214055041A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PowerShellRInterop/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Pass data objects from PowerShell into R &amp;#40;www.r-project.org&amp;#41; and out again. This requires the R &amp;#40;D&amp;#41; COM Server &amp;#40;http&amp;#58;&amp;#47;&amp;#47;cran.r-project.org&amp;#47;contrib&amp;#47;extra&amp;#47;dcom&amp;#47;RSrv135.html&amp;#41;.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Requirements
&lt;/h1&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.r-project.org" class="externalLink"&gt;http://www.r-project.org&lt;/a&gt; R a software package for statistics&lt;/li&gt;&lt;li&gt;&lt;a href="http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)" class="externalLink"&gt;http://cran.r-project.org/contrib/extra/dcom/RSrv135.html)&lt;/a&gt; R (D) COM Server&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>eisber</author><pubDate>Wed, 14 Feb 2007 04:21:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070214042134A</guid></item></channel></rss>