Package: cargo 0.6.0
cargo: Functions to Define R Functions from Inlined Rust Code
Dynamically define R functions with inlined 'Rust' code. Help is provided to run 'Cargo' <https://doc.rust-lang.org/cargo/> in a manner consistent with CRAN policies in R packages using 'Rust'. The package is not official, affiliated with, nor endorsed by the Rust project.
Authors:
cargo_0.6.0.tar.gz
cargo_0.6.0.zip(r-4.5)cargo_0.6.0.zip(r-4.4)cargo_0.6.0.zip(r-4.3)
cargo_0.6.0.tgz(r-4.4-any)cargo_0.6.0.tgz(r-4.3-any)
cargo_0.6.0.tar.gz(r-4.5-noble)cargo_0.6.0.tar.gz(r-4.4-noble)
cargo_0.6.0.tgz(r-4.4-emscripten)cargo_0.6.0.tgz(r-4.3-emscripten)
cargo.pdf |cargo.html✨
cargo/json (API)
NEWS
# Install 'cargo' in R: |
install.packages('cargo', repos = c('https://dbdahl.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dbdahl/cargo-framework/issues
Last updated 3 months agofrom:d2252d046a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win | OK | Nov 12 2024 |
R-4.5-linux | OK | Nov 12 2024 |
R-4.4-win | OK | Nov 12 2024 |
R-4.4-mac | OK | Nov 12 2024 |
R-4.3-win | OK | Nov 12 2024 |
R-4.3-mac | OK | Nov 12 2024 |
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Install Rust Toolchain | install |
Run Cargo | run |
Define an R Function Implemented in Rust | rust_fn |