Re: [Rcpp-devel] [R] Help with integrating R and c/c++

2011-02-06 Thread Dirk Eddelbuettel
[ Now resending to rcpp-devel as I had said below I would --Dirk ] On 6 February 2011 at 20:58, Rohit Pandey wrote: | Hi, | | I have been using R for close to two years now and have grown quite | comfortable with the language. I am presently trying to implement an | optimization routine in R (Ne

Re: [Rcpp-devel] [R] Help with integrating R and c/c++

2011-02-06 Thread Wray, Christopher
As Dirk says, using "inline" makes it real simple to start and to prototype code. You mention you have R functions you wish to "call" via Rcpp. Im not certain I fully understand what you require here, but it is pretty simple to pass R-side functions to C++ via Rcpp, and similarly its simple to