10.30
Many people, including myself, might not like editing .r (source) files in R itself. Therefore I present you a very ingenious way of avoiding this.
“NppToR provides R language syntax highlighting, code folding, and auto-completion to Notepad++. In addition, it provides Rgui style code passing between Notepad++ and the Rgui.”
To use NppToR the first step is to download and install R. Secondly, we dowload and install notepad++. Finally, we download and install NppToR.
Open NppToR by clicking on . In the settings window we can see/edit which hot-keys to use and adjust a few thing.
An .r file in notepadd++ now look like

nppToR Code Snippet (Series Problem)
Passing it to R ( F8 (lines), ^F8 (file) ) results in the following

nppToR code passing
My friend Alexander, pointed out that writing R code is even easier (and more fancy) when editing in Komodo (in combination with SciViews-K). I may come back to that later!