Язык программирования R/Настройки: различия между версиями

Содержимое удалено Содержимое добавлено
→‎Web-based версия: викификация
Строка 125:
== Текстовые редакторы и графические интерфейсы пользователя ==
* Графические интерфейсы пользователя:
** '''Jaguar''': Java GUI для '''R'''<ref>http://jgr.markushelbig.org/JGR.html{{ref-en}}</ref>
** '''Rcommander''': <ref>http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/{{ref-en}}</ref> разработанный Джоном Фоксом (John Fox) предоставляет меню в стандартном GUI.
** '''Rattle''': <ref>http://rattle.togaware.com/{{ref-en}}</ref> для Linux, Windows и Mac
** '''RKwad''': <ref>RKwad http://rkward.sourceforge.net/{{ref-en}}</ref> графический интерфейс пользователя для Linux на базе Kate.
** '''RpyGTK''': был обещан ([http://code.google.com/p/rpygtk/ ссылка]{{ref-en}} и [http://code.google.com/p/rpygtk/wiki/Screenshots скриншоты]{{ref-en}}).
* Родные текстовые редакторы в стандартном Windows GUI не поддерживающие подсветку кода:
** Notepad++<ref>Note that Notepad++ can be installed on a USB stick http://sourceforge.net/projects/notepadpluspe/{{ref-en}}</ref> and NPPtoR<ref>NPPtoR is also a portable software http://sourceforge.net/projects/npptor/{{ref-en}}</ref> provides syntax highlighting and hotkeys (by default F8) to send lines of code to R. Syntax highlighting can be easily modified using the dialog box to manage user define languages ('''Menu/View/Use Define Dialog...'''). NPPtoR provides a method to generate syntax highlighting dynamically (depending on all the available packages in the R environment).
** Tinn R<ref>Tinn stands for ''Tinn Is Not Notepad'' http://www.sciviews.org/Tinn-R/{{ref-en}}</ref> is a good solution to this problem and is very easy to install. One can easily define keyboard shortcuts to execute selected R code from Tinn R.
** ''How to use R for Windows with the RWinEdt extension ?'' by Andy Eggers<ref>http://www.people.fas.harvard.edu/~aeggers/RWinEdt_installation.pdf{{ref-en}}</ref>
* Универсальные текстовые редакторы:
** Vim и GVim поддерживают подсветку кода.
** Emacs с ESS (Emacs Speaks Statistics)<ref>ESS : http://ess.r-project.org/{{ref-en}}</ref>.
*** Смотри [http://socserv.mcmaster.ca/jfox/Books/Companion/ESS/ess-xemacs.pdf документ]{{ref-en}} Джона Фокса (John Fox) о Emacs и ESS
* The native Mac OS graphical user interface provides syntax highlighting. So there is no specific need for external text-editor. However, you can use any text editor. [http://smultron.sourceforge.net/ Smultron]{{ref-en}} is a very popular and easy to use text editor for mac os 10. Vim and Emacs are also available.
 
== Опции ==