|
1 |
| -# r-src [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url] |
| 1 | +# r-src - A Source of `BLAS` and `LAPACK` via R |
2 | 2 |
|
3 |
| -A source of [BLAS] and [LAPACK] via R. Note that only double precision |
4 |
| -routines are provided by R. The build script for this particular crate |
5 |
| -owes a lot to [libR-sys](https://github.com/extendr/libR-sys) of the |
| 3 | +[](https://github.com/blas-lapack-rs/r-src/actions) |
| 4 | +[](https://crates.io/crates/r_src) |
| 5 | +[](https://docs.rs/r_src) |
| 6 | +[](https://opensource.org/licenses/MIT) |
| 7 | + |
| 8 | +Note that only double precision routines are provided by R. The build |
| 9 | +script for this particular crate owes a lot to |
| 10 | +[libR-sys](https://github.com/extendr/libR-sys) of the |
6 | 11 | [extendr](https://github.com/extendr) project, with sections lifted
|
7 | 12 | from there, in addition to new code.
|
8 | 13 |
|
@@ -56,9 +61,9 @@ will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
|
56 | 61 |
|
57 | 62 | [build-img]: https://travis-ci.org/blas-lapack-rs/r-src.svg?branch=master
|
58 | 63 | [build-url]: https://travis-ci.org/blas-lapack-rs/r-src
|
59 |
| -[documentation-img]: https://docs.rs/r-src/badge.svg |
60 |
| -[documentation-url]: https://docs.rs/r-src |
61 |
| -[package-img]: https://img.shields.io/crates/v/r-src.svg |
62 |
| -[package-url]: https://crates.io/crates/r-src |
| 64 | +[documentation-img]: https://docs.rs/r_src/badge.svg |
| 65 | +[documentation-url]: https://docs.rs/r_src |
| 66 | +[package-img]: https://img.shields.io/crates/v/r_src.svg |
| 67 | +[package-url]: https://crates.io/crates/r_src |
63 | 68 |
|
64 | 69 |
|
0 commit comments