[R] How to abort JGR

2008-07-31 Thread g-h-d
Hi, say I have a loop that cannot complete. how do I abort within JGR? I use unbuntu linux. Thanks. -- View this message in context: http://www.nabble.com/How-to-abort-JGR-tp18766719p18766719.html Sent from the R help mailing list archive at Nabble.com. __

[R] JGR / linux

2008-06-03 Thread g-h-d
Hi all, i'm trying to install JGR on linux (see bottom), but it runs into errors. The bottom of the sequence below shows "JavaJD could not be found" Any suggestion, please? $ sudo apt-get install sun-java6-jdk $ sudo update-alternatives --config java There are 5 alternatives which provide `j

Re: [R] JGR / linux

2008-06-03 Thread g-h-d
Thanks. I basically followed the steps in http://lib.stat.cmu.edu/R/CRAN/, and those below for JGR and it worked. ...but there are problems with help files e.g. ?matrix generates the following message: /tmp/RtmpvxsnQa/.R/doc/html/packages.html (No such file or directory) g-h-d wrote

Re: [R] JGR / linux

2008-06-03 Thread g-h-d
Dirk Eddelbuettel wrote: > > > On 3 June 2008 at 08:42, g-h-d wrote: > | I basically followed the steps in http://lib.stat.cmu.edu/R/CRAN/, and > those > | below for JGR and it worked. > | > | ...but there are problems with help files e.g. ?matrix generates t

Re: [R] JGR / linux

2008-06-03 Thread g-h-d
Dirk Eddelbuettel wrote: > > > On 3 June 2008 at 13:44, g-h-d wrote: > | > | > $ sudo apt-get install sun-java6-jdk > | > | > > | > | > $ sudo update-alternatives --config java > | > | > > | > | > There are 5 alternatives which prov