Re: [Rcpp-devel] R - couchbase R client using Rcpp

2014-03-19 Thread Dirk Eddelbuettel
On 19 March 2014 at 18:36, amine gassem wrote: | It use a call to a script gsl-config --- and I use that same trick in other | packages.  It depends on what Couchbase supplies. | | libcouchbase provides a script ( I think a perl script) called cmake/configure | that I used it to build fr

Re: [Rcpp-devel] R - couchbase R client using Rcpp

2014-03-18 Thread contact AG STUDY
Dirk, Thanks for your help. I will get a closer look at rhiredis package. Amine GASSEM For the mail I agree it is better to have my fisrt/last name. The problem I am using my professional mail. I will see if I can create an alias to this one with a proper identifiable name. On Tue, Mar 18, 2

Re: [Rcpp-devel] R - couchbase R client using Rcpp

2014-03-18 Thread Dirk Eddelbuettel
Amine, On 18 March 2014 at 17:56, contact AG STUDY wrote: | I would like to use to create an R client for couchbase. ( let me know if there | is already an existing package) | My idea is to create a new R package based on the c library libcouchbase.  | This is what is already done for other wrap

[Rcpp-devel] R - couchbase R client using Rcpp

2014-03-18 Thread contact AG STUDY
Hi every body , I would like to use to create an R client for couchbase. ( let me know if there is already an existing package) My idea is to create a new R package based on the c library libcouchbase . This is what is already done for other wrappers in p