Re: [Rd] C++ in an R package

2006-08-02 Thread Kasper Daniel Hansen
On Aug 2, 2006, at 11:04 PM, Selwyn-Lloyd McPherson wrote: > Oh, of course, a few minutes after asking, I think I've figured it > out. :) But, out of curiosity, even if I have a C++ program > "whatever.cpp" in /src, there is no "whatever" file in the > installation directory; where is that inform

Re: [Rd] C++ in an R package

2006-08-02 Thread Selwyn-Lloyd McPherson
Oh, of course, a few minutes after asking, I think I've figured it out. :) But, out of curiosity, even if I have a C++ program "whatever.cpp" in /src, there is no "whatever" file in the installation directory; where is that information going? Thanks! Selwyn-Lloyd McPherson _

[Rd] C++ in an R package

2006-08-02 Thread Selwyn-Lloyd McPherson
Hi all, I've read the manual on implementing C++ in R but I must be tripping over something simple. I am just trying to run a simple "Hello World" program from R and I understand how to call the function andhave no problem getting the package to install and, but should I expect .so files i