Re: [R] Embed R code in C++

2010-03-23 Thread mans
No, I didnt install Rcpp but i have R 2.10.1 already installed. What's the difference with Rinside and Rcpp? Do i need both to embed R code in C++ file or just one of them ? Could you tell me where can i get Rcpp pkg? How can i Install it because i dont know how to compile a source file

Re: [R] Embed R code in C++

2010-03-23 Thread Romain Francois
defines a set of classes to ease writing C++ code in R packages. you can think it as c++ inside R. RInside facilitates embedding R in a c++ application, you can think it as R inside c++. Do i need both to embed R code in C++ file or just one of them ? You don't __need__ any of them, but thy

[R] Embed R code in C++

2010-03-22 Thread mans
Hi, Can anyone tell me how to embed R code in a C++ file. I am actually using a mac running on the OSX 10.6.2 and the IDE Xcode Version 3.2 and I would like to embed the basic function like geometric, binomial, normal and hyper geometric distributions in a sample cpp file. I heard about

Re: [R] Embed R code in C++

2010-03-22 Thread Sharpie
mans wrote: Hi, Can anyone tell me how to embed R code in a C++ file. I am actually using a mac running on the OSX 10.6.2 and the IDE Xcode Version 3.2 and I would like to embed the basic function like geometric, binomial, normal and hyper geometric distributions in a sample cpp file

Re: [R] Embed R code in C++

2010-03-22 Thread Romain Francois
questions about xcode, ..., then a better place might be the r-sig-mac mailing list: https://stat.ethz.ch/mailman/listinfo/r-sig-mac Romain Le 22/03/10 16:25, mans a écrit : Hi, Can anyone tell me how to embed R code in a C++ file. I am actually using a mac running on the OSX 10.6.2

Re: [R] Embed R code in C++

2010-03-22 Thread mans
to the xcode forum for R and i sent a message to : r-sig-...@stat.math.ethz.ch. But the message is replied to me without any answer. Any Idea of what's going on? -- View this message in context: http://n4.nabble.com/Embed-R-code-in-C-tp1677784p1678236.html Sent from the R help mailing list archive

Re: [R] Embed R code in C++

2010-03-22 Thread Sharpie
Undergraduate-- Environmental Resources Engineering Humboldt State University -- View this message in context: http://n4.nabble.com/Embed-R-code-in-C-tp1677784p1678470.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org