RE: [R] Loading C functions into R

2005-02-22 Thread Talita Leite
inger, Reid" <[EMAIL PROTECTED]> To: "'Talita Leite'" <[EMAIL PROTECTED]> Subject: RE: [R] Loading C functions into R Date: Tue, 22 Feb 2005 16:43:21 -0500 In case you didn't get an answer: .C() works by calling a function in a shared library you've

[R] Loading C functions into R

2005-02-22 Thread Talita Leite
Hi everybody, I have the source of a C program that includes some archives .c and some libraries .h. I'm developing a program using R and I want it to load the C program I told before. How can I do that? I was looking for some function in R to do that and I found the .C() but I can't understand