[Rcpp-devel] [RC] Rcpp 1.0.0.3

2019-02-17 Thread Dirk Eddelbuettel
All, I just put Rcpp 1.0.0.3 into the Rcpp-drat repo at https://rcppcore.github.io/drat/ This interim version is a release candidate for Rcpp 1.0.1 which could (and should) get released in two or three weeks. The NEWS and ChangeLog files in the repo give an idea of changes since 1.0.0:

Re: [Rcpp-devel] Rcpp - libtorrent

2019-02-17 Thread Morgan Morgan
Hi All, So I tried to create a github repo : https://github.com/2005m/RLibTorrent As suggested by Ralf, I started on Ubuntu and installed libtorrent. I have few issues When I do R CMD build RLibTorrent and then R CMD check RLibTorrent_1.0.tar.gz , I get an error: * using log directory ‘/home/mo

Re: [Rcpp-devel] Rcpp - libtorrent

2019-02-17 Thread Dirk Eddelbuettel
On 17 February 2019 at 19:20, Morgan Morgan wrote: | So I tried to create a github repo : https://github.com/2005m/RLibTorrent | | As suggested by Ralf, I started on Ubuntu and installed libtorrent. | I have few issues [...] | g++ -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro

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/RLibTorrent > |