search for: tp3355924p3382992

Displaying 1 result from an estimated 1 matches for "tp3355924p3382992".

2011 Mar 15
1
How to make sure R's g++ compiler uses certain C++ flags when making a package
I am trying to use some code from opencv in an r package, using Rcpp to build the package. When I compile the c code on my machine, it works fine. However, when I try to include it in my package, it gives me a bunch of error messages like: "error: opencv2/core/operations.hpp: No such file or directory" Does anyone know how to get R to compile the C code as my command line g++ compiler