Diary of R-Add a compiler to R
reproduced R is a powerful free and open source statistical analysis software, which is the strength of r, but it is also the source of its "flaws": not as user-friendly as commercial software. Remember the beginner R, left me the deepest impression is not its powerful function (experience is actually), but its simple as a blank sheet of the operation of the interface, coupled with a complex and tired over and over the keyboard, feel it is a little statistical analysis is a nightmare. Today, the compilation interface of R, I still think it is the worst kind of software used. Why not make a good interface with such a nice software? Fortunately, there are already several third-party compilers that can be joined with R. With these compilers there are many advantages, such as the automatic completion of the general R Common instructions, the grammatical structure can be different color differences display and so on. Write code on these compilers, then send to R to execute, and then debug the modifications to make the use of r a lot easier. Here, I introduce a useful compiler: notepad++. Look at the name of it is Microsoft Windows system under the Notepad of the enhanced version, in fact, this software and Microsoft has no relationship, it can be downloaded online, free open source, green pollution-free. The software is still unable to connect with R, and a software called Npptor is also needed.NOtepadPLUsPLUs toRcan also be downloaded to the Internet. With Notepad++,npptor and R, you can configure: First, run the NppToR.exe, and then you will find in the system interface in the corner of a little more than a small r icon, click on the right button, appear:
Select settings to set up, the following setting interface appears:
Fill in the Red box section: R's installation directory and notepad++ installation directory (according to individual circumstances to fill); third, Save, and then select the first image in the start notepad++ can start notepad++, then you can notepad++ To compile the R directive. Send the quality of the line to R to run, just click on the mouse to the line, then press F8. To run multiple lines of quality at once, simply select multiple rows with the mouse and press F8. If you want to run the instructions in the entire R document, just Ctrl+f8. TIPS:A) notepad++ can set the Chinese speech environment, B) notepad++ can automatically complement and color display of R instructions. Just...
Source transferred from: http://blog.sina.com.cn/s/blog_9f23a8da01019383.html
From for notes (Wiz)
"R Notes" adds a compiler to R--notepad++