Re: [Rcpp-devel] Copyright Issue of using 3rd party C/C++ library in R package

2013-09-08 Thread Dirk Eddelbuettel
On 9 September 2013 at 00:12, Wush Wu wrote: | Dear Dirk, | | About hiredis, I am trying to improve the efficiency of rredis with Bryan, the | maintainer of rredis now. Even though we might not need hiredis, the copyright | issue will still bother me in the future. CCing Bryan. I have been plann

Re: [Rcpp-devel] Copyright Issue of using 3rd party C/C++ library in R package

2013-09-08 Thread Wush Wu
Dear Dirk, About hiredis, I am trying to improve the efficiency of rredis with Bryan, the maintainer of rredis now. Even though we might not need hiredis, the copyright issue will still bother me in the future. Note that your example is interesting, because it shows that the performance of rredis

Re: [Rcpp-devel] Copyright Issue of using 3rd party C/C++ library in R package

2013-09-08 Thread Dirk Eddelbuettel
Wush, On 8 September 2013 at 15:40, Wush Wu wrote: | I am working on the R wrapper of hiredis, which is a C library released under | BSD license. Since the development package of libhiredis is not available on | many OS such as Mac OS X,Solaris and Windows, I need to embed the source code | of hi

Re: [Rcpp-devel] Copyright Issue of using 3rd party C/C++ library in R package

2013-09-08 Thread Romain Francois
Not the right place. This belongs to r-devel, but first make sure you browse the archives as this is a common discussion these days and this might have been answered already. Romain Le 8 sept. 2013 à 09:40, Wush Wu a écrit : > Hello, > > I am working on the R wrapper of hiredis, which is a

[Rcpp-devel] Copyright Issue of using 3rd party C/C++ library in R package

2013-09-08 Thread Wush Wu
Hello, I am working on the R wrapper of hiredis, which is a C library released under BSD license. Since the development package of libhiredis is not available on many OS such as Mac OS X,Solaris and Windows, I need to embed the source code of hiredis in the package to make it work. I submitted my