Re: [R] Call C code from R

2007-09-13 Thread Roland Rau
Hi! Olga K. Kamneva wrote: > Hello, All! > > I have function which is written in C, the function uses other functions > also builded bu me. Now I need to use the function to build R function. > My questions are: > 1. How can I include libraries (for example, iomanip, sstream, tcl.h)? > 2. Should

Re: [R] Call C code from R

2007-09-13 Thread Seth Falcon
"Olga K. Kamneva" <[EMAIL PROTECTED]> writes: > Hello, All! > > I have function which is written in C, the function uses other functions > also builded bu me. Now I need to use the function to build R function. > My questions are: > 1. How can I include libraries (for example, iomanip, sstream, tc

Re: [R] Call C code from R

2007-09-13 Thread Vincent Goulet
You did read the "Writing R Extensions" manual before posting, did you? Le 13 sept. à 01:05, Olga K. Kamneva a écrit : > Hello, All! > > I have function which is written in C, the function uses other > functions > also builded bu me. Now I need to use the function to build R > function. > My

[R] Call C code from R

2007-09-12 Thread Olga K. Kamneva
Hello, All! I have function which is written in C, the function uses other functions also builded bu me. Now I need to use the function to build R function. My questions are: 1. How can I include libraries (for example, iomanip, sstream, tcl.h)? 2. Should I put other function to the separate file