Re: [Rcpp-devel] Compile RcppEigen code using SHLIB

2012-06-28 Thread Dirk Eddelbuettel
On 27 June 2012 at 22:08, Søren Højsgaard wrote: | I would like to compile .cpp code based on RcppEigen using R CMD SHLIB. | | To test this I have created a "sample" package using: RcppEigen.package.skeleton( "foobar" ) | | In the src directory of foobar there is a sample .cpp file which I try

[Rcpp-devel] Compile RcppEigen code using SHLIB

2012-06-27 Thread Søren Højsgaard
I would like to compile .cpp code based on RcppEigen using R CMD SHLIB. To test this I have created a "sample" package using: RcppEigen.package.skeleton( "foobar" ) In the src directory of foobar there is a sample .cpp file which I try to compile with (I am on Windows 7) C:\Documents\stat\Rde