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 c
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
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 Founda
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 d
AIL PROTECTED]> 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,
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
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
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 packa
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 '
9 matches
Mail list logo