On Apr 19, 2007, at 4:54 PM, Matthew Keller wrote:
> HI Mayte & Gregory,
>
> This is probably a question needing to be posted to r-sig-mac. A
> search for this problem on that forum turns up lots of hits. I
> think everyone is having these problems (which makes me pause about
> whether to sw
Hi,
I'm trying to create a "grob" representing a dendrogram object (for
use as a legend with lattice), and I have a question regarding how a
"dendrogram" should be interpreted. Are they by definition binary
trees or can they in principle have more than two children?
-Deepayan
___
Hi,
The build worked smoothly.
'install.packages("e1071")' worked correctly (this used to crash on the
only version I had managed to build before).
I have noticed that there are a lot of permissions that I had to check
after I did a "make install" .
"make check" failed with the following mes
HI Mayte & Gregory,
This is probably a question needing to be posted to r-sig-mac. A
search for this problem on that forum turns up lots of hits. I think
everyone is having these problems (which makes me pause about whether
to switch to Mac, given how much I use R). Below is a message from the
r-s
Full_Name: Christian Brechbuehler
Version: 2.4.1 Patched (2007-03-25 r40917)
OS: Linux 2.6.15-27-adm64-xeon; Ubuntu 6.06.1 LTS
Submission from: (NULL) (24.61.47.236)
Splus and R have different ideas about what qr.coef(qr()) should return,
which is fine... but I believe that R has a bug in that it
"Iago Mosqueira (Cefas)" <[EMAIL PROTECTED]> writes:
> Hi Martin,
>
> Thanks very much for your help.
>
>> Hi Iago --
>>
>> Here's my attempt at an answer.
>>
>> "Iago Mosqueira (Cefas)" <[EMAIL PROTECTED]> writes:
>>
>> > set of S4 classes. But setClass is choking when my function
>> is calle
Hello all,
An S4 class that contains matrix can be converted into a matrix using
as(). When the resulting object is printed implicitly at the command
line, all is well. When print() is explicitly called, I see an
infinite recursion.
Here is an example:
## create a subclass of matrix
> setC
Hi Martin,
Thanks very much for your help.
>
> Hi Iago --
>
> Here's my attempt at an answer.
>
> "Iago Mosqueira (Cefas)" <[EMAIL PROTECTED]> writes:
>
> > Hello,
> >
> > I would like to create a function that gets passed a class name and
> > then calls setClass, and a few other functions, i
Hi Iago --
Here's my attempt at an answer.
"Iago Mosqueira (Cefas)" <[EMAIL PROTECTED]> writes:
> Hello,
>
> I would like to create a function that gets passed a class name and
> then calls setClass, and a few other functions, inside. I have done
> this in the past with setmethod, creating acces
Simon Urbanek a écrit :
> The wrapper:
>
> #include
>
> int printf(const char *format, ...) {
> va_list (ap);
> va_start(ap, format);
> Rvprintf((char*)format, ap);
> va_end(ap);
> return 0;
> }
>
> If you link this in your project (simply create a separate object file
> with this),
10 matches
Mail list logo