[Rd] Bug in package stats function ar() (PR#10459)

2007-11-23 Thread smckinney
Full_Name: Steven McKinney Version: 2.6.0 OS: OS X Submission from: (NULL) (142.103.207.10) Function ar() in package "stats" is showing a quirky bug. Some calls to ar() run to completion, others throw an error. The bug is reproducible by several people on different machines, however, the ar()

Re: [Rd] MacOSX 10.4.11 update breaks tests/lapack.R (R 2.6.0)? (PR#10454)

2007-11-23 Thread Simon Urbanek
René, On Nov 23, 2007, at 6:00 AM, [EMAIL PROTECTED] wrote: > It seems the recent Mac OS X 10.4.11 update installed a new > libBLAS.dylib in the Accelerate framework which either contains a > bug itself or exposes a bug somewhere in R's lapack code on the > PowerPC G4 and G5. > My build of

Re: [Rd] package gsl assumes incorrect gcc version during install (PR#10456)

2007-11-23 Thread edd
On 22 November 2007 at 20:00, [EMAIL PROTECTED] wrote: | Full_Name: Levi Waldron | Version: 2.5.1 | OS: Ubuntu Gutsy | Submission from: (NULL) (206.248.157.88) | | | I installed libgsl0-dev then tried to install the gsl cran package, | unsuccessfully (see output below). As a workaround I create

Re: [Rd] package gsl assumes incorrect gcc version during install (PR#10451)

2007-11-23 Thread Dirk Eddelbuettel
On 22 November 2007 at 20:00, [EMAIL PROTECTED] wrote: | Full_Name: Levi Waldron | Version: 2.5.1 | OS: Ubuntu Gutsy | Submission from: (NULL) (206.248.157.88) | | | I installed libgsl0-dev then tried to install the gsl cran package, | unsuccessfully (see output below). As a workaround I create

[Rd] Bug in pacf -- Proposed patch (PR#10455)

2007-11-23 Thread sgiannerini
Dear all, following the thread http://tolstoy.newcastle.edu.au/R/e2/devel/07/09/4338.html regarding the bug in the partial autocorrelation function for multivariate time series. I have prepared a web page with patches and relevant information. http://www2.stat.unibo.it/giannerini/R/pacf.htm Pl

[Rd] Bug in pacf -- Proposed patch

2007-11-23 Thread Simone Giannerini
Dear all, following the thread http://tolstoy.newcastle.edu.au/R/e2/devel/07/09/4338.html regarding the bug in the partial autocorrelation function for multivariate time series. I have prepared a web page with patches and relevant information. http://www2.stat.unibo.it/giannerini/R/pacf.htm Pl

[Rd] MacOSX 10.4.11 update breaks tests/lapack.R (R 2.6.0)? (PR#10454)

2007-11-23 Thread rjvbertin
Hello, It seems the recent Mac OS X 10.4.11 update installed a new libBLAS.dylib in the Accelerate framework which either contains a bug itself or exposes a bug somewhere in R's lapack code on the PowerPC G4 and G5. My build of R 2.6.0 executed the tests/lapack.R code succesfully when I upgraded w

[Rd] bug in getGraphicsEvent (PR#10453)

2007-11-23 Thread twoutopias
Full_Name: Seth Roberts Version: 2.6.0 OS: Windows XP Submission from: (NULL) (71.139.162.236) Using getGraphicsEvent produces stack imbalance warnings. This started after I installed 2.6.0; it did not happen with 2.5.1. Running the example given in the user manual (retrieved via ?getGraphicsEv

[Rd] package gsl assumes incorrect gcc version during install (PR#10451)

2007-11-23 Thread leviwaldron
Full_Name: Levi Waldron Version: 2.5.1 OS: Ubuntu Gutsy Submission from: (NULL) (206.248.157.88) I installed libgsl0-dev then tried to install the gsl cran package, unsuccessfully (see output below). As a workaround I created a symbolic link to /usr/bin/gcc-4.2, ie: sudo ln -s /usr/bin/gcc-4.1