You obviously have a combination from R code in package base and
compiled C code of base R that do not match.
Point is that the "matrix" R code passes 7 arguments to the underlying
.Internal code that should also expect 7 arguments. If just 5 are passes
the R code is from an ancient version of
l)))
> }
>
>
> I'm running Windows R version 2.13.0 (2011-04-13).
>
> Jean
>
>
> From:
> Robert Pfister
> To:
> Jean V Adams
> Cc:
> r-help@r-project.org
> Date: 08/01/2011 01:35 PM Subject: Re: [R] 5 arguments passed to
> .Internal(matrix) wh
ing(nrow),
missing(ncol)))
}
I'm running Windows R version 2.13.0 (2011-04-13).
Jean
From:
Robert Pfister
To:
Jean V Adams
Cc:
r-help@r-project.org
Date:
08/01/2011 01:35 PM
Subject:
Re: [R] 5 arguments passed to .Internal(matrix) which requires 7
Yes, even if I only run the command matr
gt; U.S. Geological Survey
> Great Lakes Science Center
> 223 East Steinfest Road
> Antigo, WI 54409 USA
>
>
>
>
> From: Robert Pfister To: r-help@r-project.org Date:
> 08/01/2011
> 11:56 AM Subject: [R] 5 arguments passed to .Internal(matrix) which
> requires
Y'know, you aren't likely to get many responses with this kind of request. Why
don't you go read the posting guidelines and come back with:
R version info
Sample data
Actual commands used, so we can reproduce the problem
---
1/2011 11:56 AM
Subject:
[R] 5 arguments passed to .Internal(matrix) which requires 7
Sent by:
r-help-boun...@r-project.org
Hello,
I am having a problem with the function matrix. Specifically, when I pass
three arguments (two more being instantiated in the function), I get the
following error mess
Hello,
I am having a problem with the function matrix. Specifically, when I pass
three arguments (two more being instantiated in the function), I get the
following error message:
Error in matrix(0, 30, 10) :
5 arguments passed to .Internal(matrix) which requires 7
I looked into it, and someon
Hello,
I am having a problem with the function matrix. Specifically, when I pass
three arguments (two more being instantiated in the function), I get the
following error message:
Error in matrix(0, 30, 10) :
5 arguments passed to .Internal(matrix) which requires 7
I looked into it, and someon
8 matches
Mail list logo