Re: [Rcpp-devel] Rcpp - libtorrent

2019-02-17 Thread Morgan Morgan
Ok thanks i will but have added the Makevars file and the PKG_LIBS variable. I will have a look at other packages. On Sun, 17 Feb 2019 19:38 Dirk Eddelbuettel > On 17 February 2019 at 19:20, Morgan Morgan wrote: > | So I tried to create a github repo : > https://github.com/2005m/RL

Re: [Rcpp-devel] Rcpp - libtorrent

2019-02-17 Thread Morgan Morgan
nation or the proposed solution was not working for me. Any idea what I am doing wrong? Thank you On Mon, Feb 11, 2019 at 12:01 PM Ralf Stubner wrote: > On 11.02.19 10:29, Morgan Morgan wrote: > > I use ubuntu and windows. But the idea would be to make the package > >

Re: [Rcpp-devel] Rcpp - libtorrent

2019-02-11 Thread Morgan Morgan
I use ubuntu and windows. But the idea would be to make the package available to all users including Mac OS. On Mon, 11 Feb 2019 09:20 Ralf Stubner On 11.02.19 10:09, Morgan Morgan wrote: > > In order to create a prototype would i need to build the libtorrent > > library? Or would i

Re: [Rcpp-devel] Rcpp - libtorrent

2019-02-11 Thread Morgan Morgan
Hi Thank you for your replies. In order to create a prototype would i need to build the libtorrent library? Or would including the source file in the package be enough? I have used Rcpp and the.c(), .call() function before but i have never tried to "wrap" such a large librairy. If you have any

[Rcpp-devel] Rcpp - libtorrent

2019-02-10 Thread Morgan Morgan
Hi All, I hope you are well. I wanted to have your view regarding the feasibility of a project. There is c++ library called libtorrent. I was wondering if it would be possible to use Rcpp in order to call some of libtorrent's functionality from R. It seems that there are some python bindings fo