Re: [Rd] R Cocoa GUI 1.12 (R 2.1.1 Framework) crashes on acf() (PR#8032)

2005-07-25 Thread stefano iacus
can you send us the crash report? I cannot reproduce it. stefano On 25/lug/05, at 02:34, [EMAIL PROTECTED] wrote: > After I upgraded my installation of R for OS X (Tiger) to 1.12, it > consistently crashes when calling the function acf() [stats lib]. > > Roberto Osorio > > ___

Re: [Rd] Buglet in src/appl/splines.c (PR#8030)

2005-07-25 Thread maechler
> "BeT" == Berwin A Turlach <[EMAIL PROTECTED]> > on Sun, 24 Jul 2005 16:24:51 +0200 (CEST) writes: BeT> I was looking at "splinefun" and the underlying C code BeT> and believe that there is a memory access error in the BeT> C routine "spline_eval". ... ..

[Rd] density() fails if x contains Inf or -Inf (PR#8033)

2005-07-25 Thread michael . beer
Full_Name: Michael Beer Version: 2.1.0 and 2.1.1 OS: linux-gnu and mingw32 Submission from: (NULL) (134.21.49.141) The command "density(c(0.5,0.6,Inf,0.7))" fails saying "Wrong type for argument 2 in call to massdist". This problem can be resolved by replacing "nx = nx" by "nx = as.integer(nx)" i

Re: [Rd] Buglet in src/appl/splines.c (PR#8030)

2005-07-25 Thread Torsten Hothorn
On Mon, 25 Jul 2005 [EMAIL PROTECTED] wrote: > > > "BeT" == Berwin A Turlach <[EMAIL PROTECTED]> > > on Sun, 24 Jul 2005 16:24:51 +0200 (CEST) writes: > > BeT> I was looking at "splinefun" and the underlying C code > BeT> and believe that there is a memory access error in the

[Rd] Rmath library problems

2005-07-25 Thread Anders Brix Jensen
Hello, Has anybody successfully called the Rmath library from C using the MS Visual Studio compiler (I am using Visual Studio 6.0)? I have compiled the Rmath library using gcc, and the 'test.c' program (which makes a call to qnorm) works fine when compiled with gcc. However, I get a fatal memo

Re: [Rd] Rmath library problems

2005-07-25 Thread Prof Brian Ripley
On Mon, 25 Jul 2005, Anders Brix Jensen wrote: > Has anybody successfully called the Rmath library from C using the MS > Visual Studio compiler (I am using Visual Studio 6.0)? > > I have compiled the Rmath library using gcc, and the 'test.c' program > (which makes a call to qnorm) works fine when

Re: [Rd] R Cocoa GUI 1.12 (R 2.1.1 Framework) crashes on acf() (PR#8032)

2005-07-25 Thread stefano iacus
Hi Robert, I'm following this to r-sig-mac and r-devel. Btw, you said "any" but do you have any chuck of R code to test as well? example(acf) works for me. stefano On 25/lug/05, at 09:47, Roberto Osorio wrote: > On 7/25/05 12:04 AM, "stefano iacus" <[EMAIL PROTECTED]> wrote: > > >> can you se

[Rd] Solaris Installation assstance

2005-07-25 Thread Givens, Jimmie D.
If anyone has suggestion as to the resolve for the problem described below, your assistance is needed and will be greatly appreciated. After repeated attempts to install R on a Sun Micro System Sunfire 480 with Solaris 2.8 OS (Unix), I have not been successful in completing the installation of R v

Re: [Rd] Solaris Installation assstance

2005-07-25 Thread Prof Brian Ripley
We need to see what happened prior to that message: plaes give the previous 20 lines of output. We do know R 2.1.1 works on Solaris 2.8 out of the box: the see the comments in the R-admin manual. For example, what compilers are you using? What make? On Mon, 25 Jul 2005, Givens, Jimmie D. wrot

[Rd] Vector of S4 Objects

2005-07-25 Thread Paul Roebuck
Can someone show me how to create a vector of S4 objects or point me to an example? Reading Green Book 7.1.5 to me implied I could simply add "vector" to my object's representation. But it also implied that would have no change to the implementation of my class, but I did find a .Data slot defined

[Rd] error in text.default (PR#8034)

2005-07-25 Thread zac
Full_Name: roger newton Version: 2.1.1 OS: SuSe linux 9.2 Submission from: (NULL) (80.176.228.157) > data(trees) > plot(trees) Error in text.default(x, y, txt, cex = cex, font = font) : X11 font at size 16 could not be loaded Attempting to plot dataframe trees fails with error message

[Rd] beginner finds a bug - crash induced. (PR#8035)

2005-07-25 Thread sholland
Full_Name: Stephen Holland M.D. Version: 2.1.1 OS: Mac OS X Submission from: (NULL) (67.184.33.112) I did a bunch of stuff, then did in sequence: > state <- c("tas", "sa", "qld", "nsw", "nsw", "nt", "wa", "wa", + "qld", "vic", "nsw", "vic", "qld", "qld", "sa", "tas", +

Re: [Rd] error in text.default (PR#8034)

2005-07-25 Thread ripley
This is not an error in R but in your X11 fonts setup. It is R reporting your configuration problem to you. What dpi is your screen? If more than 75dpi (very likely these days), do you have 100dpi fonts installed and in your path? We have seen that configuration mistake cause this on SuSe be