Re: [Rd] Configure errors say to report here... (PR#11470)

2008-05-17 Thread Adam D. I. Kramer
Dear Dr. Ripley, Thanks for your response. I'm running Xcode Tools 3.0, and the latest Xquartz X11 (Xquartz 2.2.1, xorg-server 1.3.0-apple20) as has been maintained by Apple's X11 mailing list (see http://xquartz.macosforge.org/ ) ...the CFLAGS included were the same ones I was p

Re: [Rd] Configure errors say to report here... (PR#11470)

2008-05-17 Thread Adam D. I. Kramer
Simon, I apologize for wasting your time. When a configure script sets three lines of text apart to say, "Report this to [EMAIL PROTECTED]" on three different occasions, I figured it was polite to do so...but I do thank you for your help, which with Dr. Ripley's was sufficient to get me compiled

Re: [Rd] HoltWinters fitted level parameter not bounded between 0 and 1 (PR#11469)

2008-05-17 Thread David Meyer
An update on this: I just patched HoltWinters() to use optimize() in the univariate case, and it now computes the correct value. David John Bodley wrote: Hi, Thanks for the quick response. I upgraded by version of R on Windows to the latest (2.7.0) and re-ran the analysis and get the same r

Re: [Rd] HoltWinters fitted level parameter not bounded between 0 (PR#11478)

2008-05-17 Thread david . meyer
An update on this: I just patched HoltWinters() to use optimize() in the univariate case, and it now computes the correct value. David John Bodley wrote: > Hi, > > Thanks for the quick response. I upgraded by version of R on Windows to the > latest (2.7.0) and re-ran the analysis and get the s

Re: [Rd] gfortran: Command not found

2008-05-17 Thread Spencer Graves
Dear Professors Ripley and Murdoch: Thanks very much for the suggestion to upgrade my Rtools. That fixed the problem. Another question: How do people typically debug problems linking to legacy Fortran? For example, is there a reasonable (open source) debugger for gfortran? In t

Re: [Rd] gfortran: Command not found

2008-05-17 Thread Dirk Eddelbuettel
On Sat, May 17, 2008 at 01:04:03PM -0700, Spencer Graves wrote: > Dear Professors Ripley and Murdoch: > > Thanks very much for the suggestion to upgrade my Rtools. That > fixed the problem. > > Another question: How do people typically debug problems linking > to legacy Fortran?

Re: [Rd] gfortran: Command not found

2008-05-17 Thread Spencer Graves
Dear Dirk: Thanks very much. It helps to rtfm -- and it helps even more to know which fm2r. Best Wishes, Spencer Dirk Eddelbuettel wrote: On Sat, May 17, 2008 at 01:04:03PM -0700, Spencer Graves wrote: Dear Professors Ripley and Murdoch: Thanks very much for the su

Re: [Rd] gfortran: Command not found

2008-05-17 Thread Prof Brian Ripley
On Sat, 17 May 2008, Spencer Graves wrote: Dear Professors Ripley and Murdoch: Thanks very much for the suggestion to upgrade my Rtools. That fixed the problem. Another question: How do people typically debug problems linking to legacy Fortran? For example, is there a reasonable (op