Re: [Rd] (PR#11231) [Solaris 9 segfault when closiing X11()]

2008-04-23 Thread ripley
We need to know a great deal more information, and asking on R-devel would be a lot kinder than blaming this on a bug in R (and please use a meaningful subject line). What version of R is this? Precisely what OS (Solaris 9 comes for several architectures)? Assuming you compiled R yourself, wha

[Rd] HTML help for R (PR#11253)

2008-04-23 Thread belhassen . kaabi
Full_Name: Belhassen Kaabi Version: 2.7.0 OS: Windows XP SP2 Submission from: (NULL) (193.95.84.230) R stuck when HTML help is invited (proxy server is used for the connection to the internet). I tried both internet2.dll and the default in custom intallation. Thanks _

Re: [Rd] HTML help solveLP(linprog) (PR#11250)

2008-04-23 Thread Arne Henningsen
Dear Ludek! On Wednesday 23 April 2008 16:25, [EMAIL PROTECTED] wrote: > Dear R team! > > =20 > > I found in HTML help for function solveLP(linprog) a small mistake. It > says in Description "Minimizes c'x, subject to A x >=3D b and x >=3D 0", > but tests show that there should be A x <=3D b. Tha

Re: [Rd] cbind speed.

2008-04-23 Thread Prof Brian Ripley
On Wed, 23 Apr 2008, Charles Danko wrote: > cbind/ rbind/ data.frame functions are very convenient for merging > vectors of different types into a single data frame, but take quite a > bit of time to execute on larger data sets. > > Is it possible to speed these up a bit? > > What functions do you

[Rd] cbind speed.

2008-04-23 Thread Charles Danko
cbind/ rbind/ data.frame functions are very convenient for merging vectors of different types into a single data frame, but take quite a bit of time to execute on larger data sets. Is it possible to speed these up a bit? What functions do you use instead? Thanks & regards, Charles _

Re: [Rd] Seqfault, Address 0, track X11() (PR#11231)

2008-04-23 Thread liqun . xing
Thank you very much for the helps. However, it happened me on my Solaris OS 9 machine every time as long a= s I closed the X11 window regardless how I launched the X11 window using pl= ot, edit(dataset) , etc, even I specifically close the device using dev.off= () command after I closed the window

[Rd] HTML help solveLP(linprog) (PR#11250)

2008-04-23 Thread Ludek . Salom
Dear R team! =20 I found in HTML help for function solveLP(linprog) a small mistake. It says in Description "Minimizes c'x, subject to A x >=3D b and x >=3D 0", but tests show that there should be A x <=3D b. =20 Best regards, =20 Ludek =20 =20 [[alternative HTML version deleted]]

[Rd] poly() can exceed degree k - 1 for k distinct points (PR#11251)

2008-04-23 Thread russell-lenth
The poly() function can create more variables than can be fitted when there are replicated values. In the example below, 'x' has only 5 distinct values, but I can apparently fit a 12th-degree polynomial with no error messages or even nonzero coefficients: R> x = rep(1:5,3) R> y = rnorm(15) R>

[Rd] S4 default for coercing

2008-04-23 Thread Paul Gilbert
Something has changed in the S4 default for coercing. Am I now suppose to use setAs, or is there something else I should do to make this work: R version 2.7.0 (2008-04-22) > require("methods") > setClassUnion("OptionalPOSIXct", c("POSIXct", "NULL")) [1] "OptionalPOSIXct" > setClass(

Re: [Rd] Seqfault, Address 0, track X11() (PR#11231)

2008-04-23 Thread brechbuehler
On Mon, Apr 21, 2008 at 10:15 PM, <[EMAIL PROTECTED]> wrote: > When first time launch X11(), it was fine. However, when closed the X11 windon > by clicking the close button, or closed it off by command Dev.off() and > launched > the X11() again, got segfault, and asking for exiting R and other opt

[Rd] Problem with graphic exhibition in Java using JRI

2008-04-23 Thread Alzennyr Silva
Dear all Sorry to post this message in the R-devel list. I posted it in the R-help list but haven't got any answer. I wonder if you could help me. This problem is making me crazy. I am working on a Java class which calls R functions. To do that, I use JRI. Everything works fine up to now. The onl

[Rd] (PR#11240)

2008-04-23 Thread Christophe . GIRAUD
Hi, I have a mac OS X 10.4.11. Since I have updated R (version 2.6.2) I have a bug with the console:=20=20 when R is busy and I want to stop the computation, I click on "STOP"=20=20 and then R does not respond anymore (I have to kill it). I had no=20=20 problem with my previous version. For infor

Re: [Rd] plot(x) in 2.7.0 (with y=NULL) proposed code correction

2008-04-23 Thread Martin Maechler
Thank you, Bill, (and Gabor BTW) for the nice example. In the mean time the change has made it into R-patched aka 'R 2.7.0 patched' , not only in SVN but also already in last night's snapshot at ftp://stat.ethz.ch/Software/R/ Martin BD> On Tue, 22 Apr 2008, Martin Maechler wrote: BD> I'