Re: [Rcpp-devel] How to include "Rcpp.h" in code

2013-06-05 Thread Dirk Eddelbuettel
On 6 June 2013 at 10:00, Yanping Liu wrote: | Hi Dirk, | | Thanks for your reply. I just confuse how to compile "Rcpp" codes under Window | platform. Is there simple guidance example (such as "hellowworld") that success | in Windows? Thank you very much! Yes there is. Try "Writing R Extension

Re: [Rcpp-devel] How to include "Rcpp.h" in code

2013-06-05 Thread Yanping Liu
Hi Dirk, Thanks for your reply. I just confuse how to compile "Rcpp" codes under Window platform. Is there simple guidance example (such as "hellowworld") that success in Windows? Thank you very much! Yanping On Wed, Jun 5, 2013 at 12:39 AM, Dirk Eddelbuettel wrote: > > Yanping, > > On 5 June

Re: [Rcpp-devel] How to include "Rcpp.h" in code

2013-06-04 Thread Dirk Eddelbuettel
Yanping, On 5 June 2013 at 00:02, Yanping Liu wrote: | I'm a newcomer to use Rcpp in eclipse. I fowllow the manual (http:// | blog.fellstat.com/?p=170) strictly. However, I can't fix step 6 to set up link | in Windows platform. What's the trick? There is a disconnect between your subject line ("

Re: [Rcpp-devel] How to include "Rcpp.h" in code

2013-06-04 Thread Romain Francois
I don't use eclipse or windows, but as I understand it from the link, you are looking for something like this: > system.file( "include", package = "Rcpp") Romain Le 04/06/13 18:02, Yanping Liu a écrit : Hey, I'm a newcomer to use Rcpp in eclipse. I fowllow the manual (http://blog.fellstat.co