Re: [R] R GUI in Ubuntu Feisty?

2007-05-02 Thread duggula
Hello Andy, I had the same problem in Feisty and now I fixed it. I updated to Java 6 through the repositories from Feisty. Then I choosed java 6 with sudo update-alternatives --config java. After that I started R with sudo R. If you had already installed JGR, but it doesn't run you have to

[R] R GUI in Ubuntu Feisty?

2007-04-30 Thread Andy Weller
Dear all, After an update from Ubuntu Edgy to Feisty, I seem to have lost package JGR()!? I have updated my sources.list to point to the Feisty repos at http://cran.ch.r-project.org/ and re-installed JGR() via: $ sudo rm -rf /usr/local/lib/R/site-packages/* $ sudo R CMD javareconf $ sudo R

Re: [R] R GUI in Ubuntu?

2007-03-09 Thread Andy Weller
OK, so I did: sudo R CMD javareconf followed by the following in R as root: install.packages(JGR,dep = TRUE) which I think went OK because if I do: library() then JGR is listed. From the terminal: Packages in library '/usr/local/lib/R/site-library': JavaGD Java Graphics Device

Re: [R] R GUI in Ubuntu?

2007-03-09 Thread Andy Weller
I should also add that: library(JGR) gives me the following output: Loading required package: rJava Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/usr/local/lib/R/site-library/rJava/libs/rJava.so':

[R] R GUI in Ubuntu?

2007-03-08 Thread Andy Weller
Dear all, I am very new to R and find the terminal-based UI a little daunting. (That's probably the wrong thing to say!) Having searched the Packages it seems that I can have either a Gnome-based or Java-based GUI for my Ubuntu machine. However, I can get neither to work. Having run R as

Re: [R] R GUI in Ubuntu?

2007-03-08 Thread MrJ Man
I have used RKWard for KDE. It has quite a lot of functionality, though I haven't used it much, as I prefer ESS (command line). The website is at http://rkward.sourceforge.net/. Cheers. Expecting? Get

[R] R GUI programming

2007-02-16 Thread Hao Liu
Hi, All: I am having a problem with handling global variable value in GUI programming, I hope R gurus can give me some advice on it. What I want to do is to read in a dataset, display some information based on the input and do some calculation on the dataset: However, I am having trouble

[R] R gui console problem

2006-09-24 Thread T Mu
Hi all, My R GUI got a weird perk. It loads only first page of scripts, about 28 rows. I didn't change any configuration or installed anything special. I use R 2.3.1, windows. Help please. Thank you. [[alternative HTML version deleted]] __

Re: [R] R gui console problem

2006-09-24 Thread Duncan Murdoch
On 9/24/2006 1:41 PM, T Mu wrote: Hi all, My R GUI got a weird perk. It loads only first page of scripts, about 28 rows. I didn't change any configuration or installed anything special. I use R 2.3.1, windows. Help please. There's no way someone could help you based on the description you

Re: [R] R GUI for Mac OS X bug

2006-08-06 Thread Graham Watt-Gremm
In my case R.app Version 1.14 (2129), Tiger (10.4.7), R.app burps the following warning message, but does not crash: 2006-08-06 15:01:05.644 R[1822] -[NSCFString substringFromIndex:] called with out-of-bounds index. For apps linked on Tiger this will raise an exception. For earlier apps it

[R] R GUI for Mac OS X bug

2006-08-05 Thread John Christie
Hi, I found a highly reproduceable bug in the version that comes with 2.3.1 and I just thought I'd let the authors know. Pressing and then tab instantly crashes it every time. __ R-help@stat.math.ethz.ch mailing list

[R] R --gui=GNOME problem

2006-07-13 Thread pacocuacco
I've installed GNU R statistical comupting language and environment 2.2.1-2 by Synaptic (on Ubunti Linux 6.06 Dapper Drake). I've installed also r-gnome to have a GUI. I can't start my GUI. Why R --gui=GNOME don't start? It cannot find rgnome. R --gui=tk command instead is good. What's the best

Re: [R] R --gui=GNOME problem

2006-07-13 Thread Fernando Mayer
I had the same problem, and I fixed following Dirk Eddelbuettel's suggestion on R-sig-Debian some time ago: install also the package gnomeGUI to have it working. HTH, --- Fernando Mayer Grupo de Estudos Pesqueiros - GEP Centro de Ciências Tecnológicas, da Terra e do Mar - CTTMar Universidade do

Re: [R] R-GUi

2006-05-01 Thread M Senthil Kumar
Message snippe for brevity Hi, |Requirements: |- Mac OS X 10.4.4 or higher This is ok. |- R framework 2.3.x installed in its default location /Library/ |Frameworks But is the above one installed in your system ? HTH, Senthil __

Re: [R] R-GUI

2006-05-01 Thread Rob J Goedman
Hi Scott, Can you explain a bit further what steps you took to get to where you are? There is a Mac specific mailing list R-SIG-Mac, which might be good to ask Mac specific questions. Regards, Rob On Apr 30, 2006, at 6:09 PM, Scott Cunningham wrote: I'm trying to install R-GUI on my Mac

[R] R-GUi

2006-04-30 Thread Scott Cunningham
I'm trying to install R-GUI on my Mac OSX, but for some reason it is not working. Anyone with a Mac able to answer why I would be getting the following error? I am currently running Mac OS X 10.4.6, which it seems to not be recognizing. *** R.app GUI 1.15 for R 2.3.0 for Mac OS X 10.4.4

[R] R GUI for R2.3 hangs

2006-04-28 Thread Saptarshi Guha
Hello, I recently installed R 2.3 for Tiger 10.4.6. Though the commandline R works (i.e R at the Terminal), the R GUI hangs while trying to load R. Once it did run, and gave many errors regarding Quicktime and DivX libraries. Is there anything I can do?

Re: [R] R GUI for Linux?

2005-05-31 Thread Gavin Simpson
White, Charles E WRAIR-Wash DC wrote: John: Thank you for your interest. After more investigation I see that my problem is with linking tcltk to R. tcl 8.4.7-2 and tk 8.4.7-2 are tuned to fc3 (Fedora Core 3) and part of the standard installation. However, required file locations are different

Re: [R] R GUI for Linux?

2005-05-31 Thread Ernesto Jardim
Sander Oom wrote: Hi Charles, Warm felt sympathies for your struggles. I consider myself a happy GUI user and have also struggled with the 'command line' history and lack of out-of-the-box functionality associated with Linux. However, Linux does have many, many advantages over other OS's, so

Re: [R] R GUI for Linux?

2005-05-31 Thread A.J. Rossini
If you really want something closer to an IDE, add ECB to that mix (Emacs Code Browser). ESS does some minimal connections to it, for code browsing between functions, data.frame creations, and S4 class constructions. On 5/31/05, Jari Oksanen [EMAIL PROTECTED] wrote: On Tue, 2005-05-31 at

RE: [R] R GUI for Linux?

2005-05-31 Thread White, Charles E WRAIR-Wash DC
DC Cc: John Fox; [EMAIL PROTECTED]; r-help@stat.math.ethz.ch Subject: Re: [R] R GUI for Linux? White, Charles E WRAIR-Wash DC wrote: John: Thank you for your interest. After more investigation I see that my problem is with linking tcltk to R. tcl 8.4.7-2 and tk 8.4.7-2 are tuned to fc3

Re: [R] R GUI for Linux?

2005-05-31 Thread Bo Peng
ESS looks very good but why should I load more than 30MB on the memory to work on a text file ? and why do I need to lear all the tricks and features of emacs just to edit a text file ? One of the advantages (and disadvantages) of linux applications like emacs is that you can, if you

Re: [R] R GUI for Linux?

2005-05-31 Thread Gavin Simpson
White, Charles E WRAIR-Wash DC wrote: Thanks for the tip. I thought that 'Base' files were installed already but I know better now. Unfortunately, I'm still not up and running yet. Since I don't have access to the subject machine at the moment, I'll be even more vague than usual. Base refers

RESOLVED: [R] R GUI for Linux?

2005-05-31 Thread White, Charles E WRAIR-Wash DC
] Sent: Tue 5/31/2005 8:57 AM To: White, Charles E WRAIR-Wash DC Cc: r-help@stat.math.ethz.ch Subject: Re: [R] R GUI for Linux? White, Charles E WRAIR-Wash DC wrote: Thanks for the tip. I thought that 'Base' files were installed already but I know better now. Unfortunately, I'm still not up

[R] R GUI for Linux?

2005-05-30 Thread White, Charles E WRAIR-Wash DC
I feel your pain. grin I am a new Linux user who has spent most of the weekend trying to get a functional R setup. When I installed Fedora Core 3 (FC3) on my home computer, I thought using R in a terminal would be a snap. I installed R using the rpm packages and tried to use it with the FC3

Re: [R] R GUI for Linux?

2005-05-30 Thread Sander Oom
Hi Charles, Warm felt sympathies for your struggles. I consider myself a happy GUI user and have also struggled with the 'command line' history and lack of out-of-the-box functionality associated with Linux. However, Linux does have many, many advantages over other OS's, so I will stick to

RE: [R] R GUI for Linux?

2005-05-30 Thread John Fox
Dear Charles, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of White, Charles E WRAIR-Wash DC Sent: Monday, May 30, 2005 10:52 AM To: r-help@stat.math.ethz.ch Cc: [EMAIL PROTECTED] Subject: [R] R GUI for Linux? . . . Rcmdr: There are all

Re: [R] R GUI for Linux?

2005-05-30 Thread Patrick Connolly
On Mon, 30-May-2005 at 08:29PM +0200, Sander Oom wrote: | .. I have | given up on any instructions that tell me to run 'make'. Linux | distributions are just to[o] idiosyncratic for it to be worth the effort. That might be true of Linux distributions in general, but installing R is

RE: [R] R GUI for Linux?

2005-05-30 Thread White, Charles E WRAIR-Wash DC
for your time. Chuck -Original Message- From: John Fox [mailto:[EMAIL PROTECTED] Sent: Mon 5/30/2005 4:20 PM To: White, Charles E WRAIR-Wash DC Cc: [EMAIL PROTECTED]; r-help@stat.math.ethz.ch Subject: RE: [R] R GUI for Linux? Dear Charles, -Original Message- From: [EMAIL

[R] R GUI for Linux?

2005-05-29 Thread Robert Citek
Hello all, I noticed that both Windows and OS X version of R have a GUI (Rconsole). Is there a GUI for Linux? I'm running Debian on which the CLI for R works just fine. Regards, - Robert __ R-help@stat.math.ethz.ch mailing list

Re: [R] R GUI for Linux?

2005-05-29 Thread Sander Oom
HI Robert, Of course Linux already has a console! Just type R in the Terminal console and R will start (assuming all is installed correctly). Graphics will be launched in separate windows. If you want more then the Terminal console, try: http://www.sciviews.org/_rgui/ Good luck, Sander.

Re: [R] R GUI for Linux?

2005-05-29 Thread Dirk Eddelbuettel
On 29 May 2005 at 12:13, Robert Citek wrote: | | Hello all, | | I noticed that both Windows and OS X version of R have a GUI | (Rconsole). Is there a GUI for Linux? I'm running Debian on which | the CLI for R works just fine. $ apt-get install r-gnome ## works up until R 2.0.1 $ R

Re: [R] R GUI for Linux?

2005-05-29 Thread Gabor Grothendieck
Check out the JGR link on the web page mentioned by Sander below. On 5/29/05, Sander Oom [EMAIL PROTECTED] wrote: HI Robert, Of course Linux already has a console! Just type R in the Terminal console and R will start (assuming all is installed correctly). Graphics will be launched in

[R] R Gui help

2005-04-10 Thread Ben Johnson
I have just downloaded the newest version of R for my mac v10.3 OS. Apparently I am using the Cocoa GUI, but I cannot find the History menu which would allow me to save plot and scroll between them using up and down arrows. Can anyone help me with this? Is there some installation I am

[R] R GUI for Gnome?

2005-02-19 Thread Tom Colson
Just installed R 64 Bit precompiled binaries on Fedora Core 3 (Kernel 2.6.10)http://cran.stat.ucla.edu/bin/linux/redhat/fc3/x86_64/R-2.0.1-0.f dr.1.x86_64.rpm And R seem to start right up. ProblemI a windows slave...and miss the handy R gui that come with the windows version (for doing

Re: [R] R GUI for Gnome?

2005-02-19 Thread Prof Brian Ripley
On Sat, 19 Feb 2005, Tom Colson wrote: Just installed R 64 Bit precompiled binaries on Fedora Core 3 (Kernel 2.6.10)http://cran.stat.ucla.edu/bin/linux/redhat/fc3/x86_64/R-2.0.1-0.f dr.1.x86_64.rpm Was it not SuSE yesterday? I am glad it works: it is hard to test RPMs as all our x86_64

[R] R GUI dies using postcript() in Windows XP Pro

2003-12-18 Thread Gavin Simpson
Dear List, My colleague has been having a problem with the following data and plotting commands. The example below is part of a larger set of plots, but I've isolated the problem to this example using this small dataset (below), which kills rgui consistently. My version info version

RE: [R] R GUI dies using postcript() in Windows XP Pro

2003-12-18 Thread Andy Bunn
: Thursday, December 18, 2003 11:02 AM To: R-Help Subject: [R] R GUI dies using postcript() in Windows XP Pro Dear List, My colleague has been having a problem with the following data and plotting commands. The example below is part of a larger set of plots, but I've isolated the problem

Re: [R] R GUI dies using postcript() in Windows XP Pro

2003-12-18 Thread Duncan Murdoch
On Thu, 18 Dec 2003 18:02:07 +, Gavin Simpson [EMAIL PROTECTED] wrote : Dear List, My colleague has been having a problem with the following data and plotting commands. The example below is part of a larger set of plots, but I've isolated the problem to this example using this small

Re: [R] R GUI dies using postcript() in Windows XP Pro

2003-12-18 Thread Prof Brian Ripley
What do you think font.main=16 does? postscript() only has 5 fonts. Fortunately your example also crashes on Linux so was fairly easy to track down. The windows devices do have more fonts (19 by default). On Thu, 18 Dec 2003, Gavin Simpson wrote: Dear List, My colleague has been having a

Re: [R] R GUI dies using postcript() in Windows XP Pro

2003-12-18 Thread Gavin Simpson
Dear Andy, Duncan and Brian Cheers for your replies That font.main thing is something I didn't pick up on when I cropped my colleagues code down to a small example. font.main works fine with pointsize = 8, *if* you set font.main to one of the values given in the entry for font in ?par. The

Re: [R] R GUI dies using postcript() in Windows XP Pro

2003-12-18 Thread Prof Brian Ripley
What is intended to happen is for it silently to use font 1. I am committing a fix to ensure that happens in the one spot that got missed. On Thu, 18 Dec 2003, Gavin Simpson wrote: Dear Andy, Duncan and Brian Cheers for your replies That font.main thing is something I didn't pick up on