Re: [R-pkg-devel] Use lpSolve to another R package

2019-04-08 Thread Uwe Ligges
On 08.04.2019 12:19, Τόλης Χαλκής wrote: Dear all, We have developed an R package written in C++ with Rcpp wrappers https://github.com/GeomScale/volume_approximation We use the C code from lpSolveAPI ( https://cran.r-project.org/web/packages/lpSolveAPI/index.html). We have added the code wit

[R-pkg-devel] Use lpSolve to another R package

2019-04-08 Thread Τόλης Χαλκής
Dear all, We have developed an R package written in C++ with Rcpp wrappers https://github.com/GeomScale/volume_approximation We use the C code from lpSolveAPI ( https://cran.r-project.org/web/packages/lpSolveAPI/index.html). We have added the code with no changes in folder ./src/lp_solve. We wan