[R] FW: R Reference Card and other help (especially useful for Newbies)
Anupam Tyagi
AnupTyagi at yahoo.com
Sun Sep 17 19:54:08 CEST 2006
Anupam Tyagi <AnupTyagi <at> yahoo.com> writes:
>
> New users may also want to look at SciViews R Graphical User Interface(GUI). It
> can be a good learning tool. Its text based editor is basic compared to WinEdt
> with the R editing plug-in, or ESS and (X)Emacs combination. But it has
> point-and-click menus that help in writing code, and easy view of objects, etc
> can be very helpful for new users. Using this GUI may require you to install
> some R packages listed on the SciViews page.
>
> http://www.sciviews.org/SciViews-R/
A user may need to change the file target SciViews shortcuts points to. These
are added to Windows Start menu. This is needed for SciViews to work with the
intalled R version.
Use start menu to go to menu item SciViews-R. Go to "R Console". Right click. Go
to last item in the list called "properties". You will find something like the
following in the "Target field"
"C:\Program Files\R\R-2.2.0\bin\Rgui.exe" --sdi LANGUAGE=en RSciViews.RData
note the C:....\R-2.2.0\...
It assumes that you have R-2.2.0 installaed in:
C:\Program Files\R\R-2.2.0
If your R installation is R-2.2.1, and is installed in
C:\Program Files\R\R-2.2.1
then you need to change the "target" of SciViews-R "R console" shortcut to:
"C:\Program Files\R\R-2.2.1\bin\Rgui.exe" --sdi LANGUAGE=en RSciViews.RData
note the change to: C:....\R-2-2.1\...
note the "LANGUAGE=en" for English language GUI. You may be able to change this
to a language you want to use with R. See documentation for SciViews
More information about the R-help
mailing list