7 releases (4 breaking)

0.7.1 Sep 5, 2024
0.7.0 Jun 29, 2024
0.6.0 Oct 6, 2023
0.4.0 Feb 26, 2023
0.2.0 Feb 21, 2021

#58 in FFI

Download history 405/week @ 2024-09-05 367/week @ 2024-09-12 216/week @ 2024-09-19 262/week @ 2024-09-26 287/week @ 2024-10-03 243/week @ 2024-10-10 185/week @ 2024-10-17 211/week @ 2024-10-24 298/week @ 2024-10-31 283/week @ 2024-11-07 429/week @ 2024-11-14 360/week @ 2024-11-21 242/week @ 2024-11-28 383/week @ 2024-12-05 308/week @ 2024-12-12 206/week @ 2024-12-19

1,200 downloads per month

MIT license

7KB
56 lines

extendr-engine

This crate facilitates embedding an R process together with a standalone binaries. In rust-powered R-packages, the R code calls Rust, and thus there is already an accompanying R process. Instead, this is meant to be used in unit tests, integration test and binaries that are standalone from R code.

This crate does not adhere to the non-API requirements of CRAN.

Using it in R-packages

Within Cargo.toml add extendr-engine under dev-dependencies.

[dev-dependencies]
extendr-engine = "*"

Then, you may use extendr_engine within unit tests, integration tests, and binaries. If extendr-engine is added under [dependencies], then the surrounding R-package will flag a CRAN note about non-API usage.

About

See documentation on doc.rs, or the latest development version on extendr website.

This crate is similar in spirit as {Rinside}, on CRAN.

Dependencies

~4.5MB
~109K SLoC