On 20 January 2017 at 00:10, Kokia Z wrote:
| I have found a .hpp file called fn_kron.hpp, and I have learned that sourceCpp
| () can be used to call c++ file to R. But when I wrote in this way, it 
returned
| the filename must be '.cpp', so how could I use sourceCpp to call this 
package?

You have a file ending in hpp.

sourceCpp wants a file ending in cpp.

Impasse? No, create a one-liner cpp file sourcing the hpp file. Or just rename.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org
_______________________________________________
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