<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[R function sent from np++ to R console does not work]]></title><description><![CDATA[<p dir="auto">I am trying to use a function that is available at Clear R Console programmatically to clear R console programmatically. The program is:<br />
cls &lt;- function()<br />
{<br />
system(“powershell (New-Object -ComObject Wscript.Shell).SendKeys([string][char]12)”);<br />
}<br />
I have included the program in the Rprofile.site file. The function runs fine in the R console window. But if I send the function from Notepad++, it does not work. Will any one figure out the problem.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/14579/r-function-sent-from-np-to-r-console-does-not-work</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 19:07:48 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14579.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Oct 2017 03:00:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to R function sent from np++ to R console does not work on Wed, 11 Oct 2017 15:50:48 GMT]]></title><description><![CDATA[<p dir="auto">You should also post a bug in the plugin site: <a href="https://github.com/halpo/NppToR/issues" rel="nofollow ugc">https://github.com/halpo/NppToR/issues</a> or <a href="https://sourceforge.net/p/npptor/bugs/" rel="nofollow ugc">https://sourceforge.net/p/npptor/bugs/</a></p>
<p dir="auto">Actually there’s a similar bug posted in there which might be of help to you: <a href="https://github.com/halpo/NppToR/issues/8" rel="nofollow ugc">https://github.com/halpo/NppToR/issues/8</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/27306</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27306</guid><dc:creator><![CDATA[Frank Orellana]]></dc:creator><pubDate>Wed, 11 Oct 2017 15:50:48 GMT</pubDate></item><item><title><![CDATA[Reply to R function sent from np++ to R console does not work on Tue, 10 Oct 2017 05:58:49 GMT]]></title><description><![CDATA[<p dir="auto">I am using NppToR add on package to Notepadd++ that adds syntax highlighting for the R Language, as well as code passing between Notepadd++ and R.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27285</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27285</guid><dc:creator><![CDATA[Chandrasekhar Rudrappa]]></dc:creator><pubDate>Tue, 10 Oct 2017 05:58:49 GMT</pubDate></item><item><title><![CDATA[Reply to R function sent from np++ to R console does not work on Mon, 09 Oct 2017 16:07:11 GMT]]></title><description><![CDATA[<p dir="auto">To my knowledge there is no automated way to pass function from Notepad++ to the R console other than copy paste or opening the file directly in R.</p>
<p dir="auto">Maybe you are using a plugin or something else to integrate Npp with R? otherwise remember Npp is just a text editor and can’t integrate directly with R or with any other language or IDE without the use of plugins or else.</p>
<p dir="auto">F8 in the default install of Npp does not pass any line to anything else.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27280</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27280</guid><dc:creator><![CDATA[Frank Orellana]]></dc:creator><pubDate>Mon, 09 Oct 2017 16:07:11 GMT</pubDate></item><item><title><![CDATA[Reply to R function sent from np++ to R console does not work on Mon, 09 Oct 2017 12:18:10 GMT]]></title><description><![CDATA[<p dir="auto">It was sent as cls() using hot keys for pass line F8. Please note that other functions I have written for data analysis, functions present in the R packages run perfectly OK when sent from np++ via  pass line key F8.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27276</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27276</guid><dc:creator><![CDATA[Chandrasekhar Rudrappa]]></dc:creator><pubDate>Mon, 09 Oct 2017 12:18:10 GMT</pubDate></item><item><title><![CDATA[Reply to R function sent from np++ to R console does not work on Sat, 07 Oct 2017 10:54:30 GMT]]></title><description><![CDATA[<p dir="auto">How did you “send” the function from Notepad++ ?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27251</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27251</guid><dc:creator><![CDATA[Gogo Neatza]]></dc:creator><pubDate>Sat, 07 Oct 2017 10:54:30 GMT</pubDate></item></channel></rss>