Re: [Rcpp-devel] Creating a Rcpp package : Visual C++ Library error

2012-07-17 Thread Valentin Mansion
: sum2cpp <- function (x) {.Call( "sum2cpp", x, PACKAGE = "starFMcpp" ) } Sorry for the two unnecessary mails I sent ! Valentin 2012/7/18 Valentin Mansion : > Hi everyone, > > I have an issue when creating a package using Rcpp, on a Windows7, > 32bits comput

[Rcpp-devel] Creating a Rcpp package : Visual C++ Library error

2012-07-17 Thread Valentin Mansion
Hi everyone, I have an issue when creating a package using Rcpp, on a Windows7, 32bits computer. I haven’t found anything on the net or help pdfs that looks like my error, so maybe you can help me. I have used the Rcpp.package.skeleton function with the example_code=TRUE argument, in order to see