[Rd] Using gsl libraries in R packages

2007-09-16 Thread Michael Braun
I have some compiled C code that I call from R, and I would like to distribute this code as an R package through CRAN. In the C code, I use the gsl numerical libraries, mainly for the BLAS interface, some linear algebra functions, and some optimization routines. As I prepare this code to conform

Re: [Rd] Using gsl libraries in R packages

2007-09-16 Thread Prof Brian Ripley
On Sun, 16 Sep 2007, Michael Braun wrote: I have some compiled C code that I call from R, and I would like to distribute this code as an R package through CRAN. In the C code, I use the gsl numerical libraries, mainly for the BLAS interface, some linear algebra functions, and some