Displaying 1 result from an estimated 1 matches for "sourecpp".
Did you mean:
sourcecpp
2014 Sep 30
1
Package Rcpp: Question conerning source code of cpp files and related question
...en I use
>sourceCpp("crossp.cpp") in R and the corresponding function is
availabe in R.
Now I have to question related to this worklfow:
1) Is there a way to see the source file of the "final" cpp-file? (I
mean is it possible to see how the //-lines are replaced and what
soureCpp does?)
2) (Connected with the first question) Up to now, I am working in R
Studio, but I would prefer an IDE (e.g. NetBeans IDE). But when I
compile the cpp-file there, the following message shows up:
In file included from
/R/win-library/3.0/RcppArmadillo/include/RcppArmadilloForward.h:28:0,...