Re: [Rd] Rust bindings to nmath

2020-09-01 Thread Martin Maechler
> Dirk Eddelbuettel > on Tue, 1 Sep 2020 07:56:53 -0500 writes: > On 1 September 2020 at 13:01, Richard Dodd wrote: > | I needed some statistical functions for a project I was working on in > | Rust, and I've used the R math library as a standalone solution. I > That'

Re: [Rd] Rust bindings to nmath

2020-09-01 Thread Dirk Eddelbuettel
On 1 September 2020 at 13:01, Richard Dodd wrote: | I needed some statistical functions for a project I was working on in | Rust, and I've used the R math library as a standalone solution. I That's its purpose as far as I can tell. We have provided it as a Debian package alongside the "normal" R

[Rd] Rust bindings to nmath

2020-09-01 Thread Richard Dodd
Hello @R-devel I needed some statistical functions for a project I was working on in Rust, and I've used the R math library as a standalone solution. I thought the R developers would be interested in the fact that their work is being used elsewhere, and I also wanted to say thanks for some code I