Hi,

so I am making slow but steady progress using the great Rcpp Ecosystem - this is so valuable to the 'occasional' C++ coder... It is only when you need to write a C extension for R that you realize why you switched to R from C in the first place ;)

So back to topic: When I try to use

install_github('kkmann/cme/', ref='dev')

and call

pMax

R does not find the name pMax (I am not trying to call it for the purpose of this test, the name is just not defined). However, if I do

git clone https://github.com/kkmann/cme.git
cd cme
git checkout dev
R CMD INSTALL .

R does find the name pMax. What might cause this? I tried not tracking the RcppExports.cpp/R but that did not work either.

Cheers,

Kevin
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to