Re: [Rd] Using a function from splines.c in our package

2012-07-09 Thread Gordon K Smyth
Thanks. Our package has LGPL (>= 2) licence, so we'll copy with header and proper acknowledgements. Gordon On Mon, 9 Jul 2012, Prof Brian Ripley wrote: On Mon, 9 Jul 2012, Gordon K Smyth wrote: Dear all, I'm writing to ask for advice as to best practice. A PhD student working with me is

Re: [Rd] Using a function from splines.c in our package

2012-07-09 Thread Prof Brian Ripley
On Mon, 9 Jul 2012, Gordon K Smyth wrote: Dear all, I'm writing to ask for advice as to best practice. A PhD student working with me is writing C++ code that we hope to make public as src code in our Bioconductor package edgeR. He wants to call the function fmm_spline, which is part of the

[Rd] Using a function from splines.c in our package

2012-07-09 Thread Gordon K Smyth
Dear all, I'm writing to ask for advice as to best practice. A PhD student working with me is writing C++ code that we hope to make public as src code in our Bioconductor package edgeR. He wants to call the function fmm_spline, which is part of the source code for the stats package http://