Re: [R] Problem installing tseries package

2007-07-29 Thread Michael Cassin
Thanks, you solved it. For posterity, here's the extra info: R Session.info(): R version 2.4.1 (2006-12-18) i686-redhat-linux-gnu locale:C attached base packages: [1] stats graphics grDevices utils datasets methods [7] base and #uname -a Linux stikir.com 2.6.9-023stab043.1-smp #1

[R] Call R program from C++ code

2007-07-29 Thread Feng Qiu
Hi All: I'm developing an application program using C++. From my C++ code, I would call some R program I have written. I' wondering if R provide some compiler that can compile R program into executable program. I searched R-help, there are a lot of posts talking about writing C++

Re: [R] Call R program from C++ code

2007-07-29 Thread Feng Qiu
Hi Dirk: Thanks a lot. That does not exist to the best of my knowledge. That's sad :( using the system() call -- but it is also the most tedious way as you When using System() to call R program, do I need to call some R script program or my R function directly? A more advanced method