Re: [R-pkg-devel] Depending on currently unreleased package

2017-05-09 Thread William Brannon
Thanks! That took care of it. I had been tripped up by how the R support in travis-ci throws errors if suggested packages aren't available. On May 6, 2017 4:18 PM, "Duncan Murdoch" wrote: > On 06/05/2017 4:02 PM, William Brannon wrote: > >> Hi r-devel, >> >> I have a package called sqlscore ( >>

Re: [R-pkg-devel] gmp depedencies

2017-05-09 Thread Richard M. Heiberger
I copied the 3.3.3 gmp_0.5-13.1 over to 3.4.0 and it works. On Tue, May 9, 2017 at 6:32 PM, Andy Bunn wrote: > Hi all, I package I maintain imports gmp: > > https://CRAN.R-project.org/package=gmp > > > > There is no binary OS X El Capitan binary for gmp and attempts to build it > from source on

[R-pkg-devel] gmp depedencies

2017-05-09 Thread Andy Bunn
Hi all, I package I maintain imports gmp: https://CRAN.R-project.org/package=gmp There is no binary OS X El Capitan binary for gmp and attempts to build it from source on Mac OS X fail: andybunns-MacBook-Pro:Downloads bunna$ R CMD INSTALL gmp_0.5-13.1.tar.gz * installing to library Œ/Users/bun

Re: [R-pkg-devel] DllInfo & native routine registration

2017-05-09 Thread Dirk Eddelbuettel
On 9 May 2017 at 15:59, Hannes Mühleisen wrote: | Hello R-package-devel, | | I have just completed porting the MonetDBLite package to use registered native routines [1]. This worked fine except one minor issue: MonetDBLite (and I suppose other software) extensively uses dlsym to find its own in

[R-pkg-devel] DllInfo & native routine registration

2017-05-09 Thread Hannes Mühleisen
Hello R-package-devel, I have just completed porting the MonetDBLite package to use registered native routines [1]. This worked fine except one minor issue: MonetDBLite (and I suppose other software) extensively uses dlsym to find its own internal functions. This used to rely on dlsym(dlopen(NU