Re: [R-pkg-devel] Package submission with external library

2017-06-30 Thread Dirk Eddelbuettel
On 30 June 2017 at 16:13, Nicolas Hiot wrote: | Thanks for your reply. | | 1. I don't want to depend on other packages that implement GSL. (Too | heavy for my purpose) That is *not* what Uwe suggested. He suggested you look at _other packages_ which _successfully use the GSL_ which include pa

Re: [R-pkg-devel] Package submission with external library

2017-06-30 Thread Nicolas Hiot
Thanks for your reply. 1. I don't want to depend on other packages that implement GSL. (Too heavy for my purpose) 2. I used "LIB_GSL" environment variable in my Makevars.win (https://github.com/Neplex/COveR/blob/master/src/Makevars.win take from GSL package itself) but it seems to not use

Re: [R-pkg-devel] Package submission with external library

2017-06-30 Thread Uwe Ligges
1. perhaps the gsl package or some other package already making use of gsl can be used? So please make use of available infrastructure. 2. For Windows, the directories with GSL are defined in env vars, see https://cran.r-project.org/bin/windows/contrib/ThirdPartySoftware.html You can copy ideas