Package: hellorust 1.2.2

Jeroen Ooms

hellorust: Minimal Examples of Using Rust Code in R

Template R package with minimal setup to use Rust code in R without hacks or frameworks. Includes basic examples of importing cargo dependencies, spawning threads and passing numbers or strings from Rust to R. Cargo crates are automatically 'vendored' in the R source package to support offline installation. The GitHub repository for this package has more details and also explains how to set up CI. This project was first presented at 'Erum2018' to showcase R-Rust integration <https://jeroen.github.io/erum2018/>; for a real world use-case, see the 'gifski' package on 'CRAN'.

Authors:Jeroen Ooms [aut, cre], Authors of the dependency Rust crates [aut]

hellorust_1.2.2.tar.gz
hellorust_1.2.2.zip(r-4.5)hellorust_1.2.2.zip(r-4.4)hellorust_1.2.2.zip(r-4.3)
hellorust_1.2.2.tgz(r-4.5-x86_64)hellorust_1.2.2.tgz(r-4.5-arm64)hellorust_1.2.2.tgz(r-4.4-x86_64)hellorust_1.2.2.tgz(r-4.4-arm64)hellorust_1.2.2.tgz(r-4.3-x86_64)hellorust_1.2.2.tgz(r-4.3-arm64)
hellorust_1.2.2.tar.gz(r-4.5-noble)hellorust_1.2.2.tar.gz(r-4.4-noble)
hellorust.pdf |hellorust.html
hellorust/json (API)
NEWS

# Install 'hellorust' in R:
install.packages('hellorust', repos = c('https://r-rust.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/r-rust/hellorust/issues

On CRAN:

rustcargo

6.41 score 260 stars 1 scripts 428 downloads 3 exports 0 dependencies

Last updated 5 months agofrom:28d6f36328. Checks:11 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 22 2025
R-4.5-win-x86_64OKFeb 22 2025
R-4.5-mac-x86_64OKFeb 22 2025
R-4.5-mac-aarch64OKFeb 22 2025
R-4.5-linux-x86_64OKFeb 22 2025
R-4.4-win-x86_64OKFeb 22 2025
R-4.4-mac-x86_64OKFeb 22 2025
R-4.4-mac-aarch64OKFeb 22 2025
R-4.3-win-x86_64OKFeb 22 2025
R-4.3-mac-x86_64OKFeb 22 2025
R-4.3-mac-aarch64OKFeb 22 2025

Exports:hellorandomrunthreads

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Hello Rust!hello random runthreads