Re: [Rd] About removing zlib from R-devel

2015-03-26 Thread Dirk Eddelbuettel
On 26 March 2015 at 07:47, Gábor Csárdi wrote: | Dear All, | | zlib has been removed from R-devel src/extra recently, and building R | requires zlib >= 1.2.5. Ubuntu 12.04 LTS (also used on Travis CI) only has | 1.2.3. | | This means that the next version of R will probably not available on Ubun

Re: [Rd] About removing zlib from R-devel

2015-03-26 Thread Simon Urbanek
> On Mar 26, 2015, at 12:09 PM, Gábor Csárdi wrote: > > On Thu, Mar 26, 2015 at 8:49 AM, Prof Brian Ripley > wrote: > [...] >> >> This means that the next version of R will probably not available on Ubuntu >>> >> >> The 'next version of R' will be 3.2.0, and the pre-3.2.0 sources include >>

Re: [Rd] vignette checking woes

2015-03-26 Thread Roger Koenker
> On Mar 26, 2015, at 8:50 AM, Martyn Plummer wrote: > > On Wed, 2015-03-25 at 15:12 -0500, Roger Koenker wrote: >> Thierry, >> >> I have this: >> >> if (require(MatrixModels) && require(Matrix)) { >> X <- model.Matrix(Terms, m, contrasts, sparse = TRUE) > > You have this in the current rel

Re: [Rd] About removing zlib from R-devel

2015-03-26 Thread Gábor Csárdi
On Thu, Mar 26, 2015 at 8:49 AM, Prof Brian Ripley wrote: [...] > > This means that the next version of R will probably not available on Ubuntu >> > > The 'next version of R' will be 3.2.0, and the pre-3.2.0 sources include > zlib. My bad, sorry about that. I thought R-devel (trunk) will be rele

Re: [Rd] About removing zlib from R-devel

2015-03-26 Thread Prof Brian Ripley
On 26/03/2015 14:47, Gábor Csárdi wrote: Dear All, zlib has been removed from R-devel src/extra recently, and building R requires zlib >= 1.2.5. Ubuntu 12.04 LTS (also used on Travis CI) only has 1.2.3. Hmm, 1.2.3 is from July 2005, 1.2.5 from July 2010. This means that the next version of R

[Rd] About removing zlib from R-devel

2015-03-26 Thread Gábor Csárdi
Dear All, zlib has been removed from R-devel src/extra recently, and building R requires zlib >= 1.2.5. Ubuntu 12.04 LTS (also used on Travis CI) only has 1.2.3. This means that the next version of R will probably not available on Ubuntu 12.04. (Unless I am missing something of course.) Which is

Re: [Rd] vignette checking woes

2015-03-26 Thread Martyn Plummer
On Wed, 2015-03-25 at 15:12 -0500, Roger Koenker wrote: > Thierry, > > I have this: > > if (require(MatrixModels) && require(Matrix)) { > X <- model.Matrix(Terms, m, contrasts, sparse = TRUE) You have this in the current release, which does not show this problem in the CRAN tests. This, an

Re: [Rd] F77_CALL/NAME problem

2015-03-26 Thread bstr
Thank you John and William for the replies! @John: I downloaded the Fortran files from http://www.netlib.org/lapack/double/ (the link "dgesv.f plus dependencies"). In file dgesv.f the subroutine is declared as SUBROUTINE DGESV( N, NRHS, A, LDA, IPIV, B,