Bug#635832: r-base: `R = matrix(sample(c(-1,1),10000*10000,replace=T),nrow=n)` reliably freezes my system

2011-07-28 Thread Douglas Bates
The matrix you are trying to produce is 763 MB in size (1 * 1 * 8)/(1024 * 1024) [1] 762.9395 because it will be stored as double precision floating point numbers. If it is sufficient to have the result as an integer matrix you can cut its size in half by changing the first argument to

Bug#473407: r-base-core: package.skeleton() creates corrupted Rd file

2008-03-30 Thread Douglas Bates
On Sun, Mar 30, 2008 at 11:26 AM, Dirk Eddelbuettel [EMAIL PROTECTED] wrote: Thanks for the bug report. On 30 March 2008 at 17:58, Andrey wrote: | Package: r-base-core | Version: 2.6.2-2 | Severity: normal | | Calling package.skeleton() results in corrupted Rd-file stub on my |

Bug#438823: r-base-core: valgrind throws an error when R starts on amd64

2007-08-20 Thread Douglas Bates
I have been able to run the development version of R with valgrind on an Ubuntu (gutsy) amd64 system. I am compiling R with the 4.2.1 series of the gcc compilers. [EMAIL PROTECTED]:~$ R-2.6 --version R version 2.6.0 Under development (unstable) (2007-08-20 r42573) Copyright (C) 2007 The R

Bug#395115: Re Bug#395115: r-base-core: prompt(foo) produces data documentation when foo is a generic

2006-10-24 Thread Douglas Bates
On 10/24/06, Ross Boylan [EMAIL PROTECTED] wrote: retitle 395115 r-base-core: prompt thinks everything is data thanks The problem is not limited to generics: foo - function(a) 3 prompt(foo) but prompt(foo) produces a template for the function. produces a template for data. The docs

Bug#344281: [Pkg-octave-devel] Bug#344281: panic: Illegal instruction in det(eye(x))

2005-12-23 Thread Douglas Bates
] wrote: On Thu, Dec 22, 2005 at 09:11:44AM -0600, Douglas Bates wrote: On 12/21/05, Dirk Eddelbuettel [EMAIL PROTECTED] wrote: | I tried to octave2.1 also, det(eye(9)) gives a panic: Illegal | instruction. det(eye(4)), 5, 6, 7, 8 works though. It's a mystery. I very vaguely recall

Bug#344281: [Pkg-octave-devel] Bug#344281: panic: Illegal instruction in det(eye(x))

2005-12-22 Thread Douglas Bates
On 12/21/05, Dirk Eddelbuettel [EMAIL PROTECTED] wrote: On 21 December 2005 at 20:18, [EMAIL PROTECTED] wrote: | Package: octave2.9 | Version: 2.9.4-8 | Severity: normal | | I tried to octave2.1 also, det(eye(9)) gives a panic: Illegal | instruction. det(eye(4)), 5, 6, 7, 8 works though.

Bug#329952: r-base: FTBFS on amd64: debian/r-base-core/usr/lib/R/bin/: No such file or directory

2005-09-24 Thread Douglas Bates
On 9/24/05, Dirk Eddelbuettel [EMAIL PROTECTED] wrote: On 24 September 2005 at 20:22, Kurt Roeckx wrote: | Package: r-base | Version: 2.2.0.alpha.20050908-1 | Severity: important | | Hi, | | Your package is failing to build on amd64 with the following | error: | # edd 05 Sep 2005

Bug#328798: very old package, should this be removed?

2005-09-20 Thread Douglas Bates
It is fine with me to remove the package from the distribution. As you point out the upstream development is stalled and is unlikely to be restarted. Most of the people who would have used xlispstat are now using R, which is available in the actively maintained r-base package and associated

Bug#307497: lme4 requires latticeextra

2005-05-03 Thread Douglas Bates
David Hugh-Jones wrote: Package: r-cran-lme4 Version: 0.6.11-1 loading library lme4 in R requires package latticeextra, but this is not listed as an apt dependency: R library(lme4) Loading required package: Matrix Loading required package: latticeExtra Error: package 'latticeExtra'