[Rd] Rust bindings to nmath
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 do NOT want to have to write myself! The "crate" (Rust's name for a package) is at https://lib.rs/crates/r_stats. Best wishes Richard Dodd __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Re: [Rd] Rust bindings to nmath
Thanks for the feedback! > Any chance you could rename it to a more neutral r_mathlib or something? > As a free-standing C library it has long been wrapped by other languages, but > if it were my project I'd be more careful to not imply "all of stats" here. > FWIW in Debian we call it `r-mathlib`. I will rename it to `r-mathlib`. In addition to a more clear name, it will aid discoverability for users if it has the same name as the same thing somewhere else. Thanks for the tip. Rich __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel