Re: [Rcpp-devel] Rcpp question regarding compilation of another package

2016-12-13 Thread khagay nagdimov
d in src/SeqLib/bwa/bwamem.c. From: Dirk Eddelbuettel Sent: Tuesday, December 13, 2016 8:31:11 AM To: khagay nagdimov Cc: rcpp-devel@lists.r-forge.r-project.org Subject: Re: [Rcpp-devel] Rcpp question regarding compilation of another package Thanks for po

Re: [Rcpp-devel] Rcpp question regarding compilation of another package

2016-12-13 Thread Dirk Eddelbuettel
Thanks for posting here, and showing complete references. Your earlier StackOverflow questions went nowhere. Hopefully we can tackle this here. On 12 December 2016 at 17:32, khagay nagdimov wrote: | I am trying to create a package that uses Rcpp to translate code from SeqLib ( | https://github

[Rcpp-devel] Rcpp question regarding compilation of another package

2016-12-12 Thread khagay nagdimov
Hello! I am trying to create a package that uses Rcpp to translate code from SeqLib ( https://github.com/walaj/SeqLib) into R. I have compiled SeqLib but, I still have problems referencing the function definitions. The current structure of my R package is shown here: https://github.com/KhagayN