Displaying 1 result from an estimated 1 matches for "sourcpp".
Did you mean:
sourecpp
2014 Sep 30
1
Package Rcpp: Question conerning source code of cpp files and related question
.../RcppArmadillo/include/RcppArmadillo.h:30,
from crossp.cpp:1:
/R/win-library/3.0/RcppArmadillo/include/RcppArmadilloConfig.h:90:35:
fatal error: RcppArmadilloLapack.h: No such file or directory
#include <RcppArmadilloLapack.h>
Is there an way to compile the file without sourCpp but in an IDE? What
do I have to change?
As I am starting to work with Rcpp my question might sound silly, but
any help and comments are highly welcome.
Thank you very much for your help in advance!
Best,
Martin
crossp.cpp:
#include <RcppArmadillo.h>
// [[Rcpp::depends(RcppArmadillo)]]
usin...