Learn R Programming

hellorust (version 1.2.3)

Minimal Examples of Using Rust Code in R

Description

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 ; for a real world use-case, see the 'gifski' package on 'CRAN'.

Copy Link

Version

Install

install.packages('hellorust')

Monthly Downloads

270

Version

1.2.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jeroen Ooms

Last Published

March 17th, 2025

Functions in hellorust (1.2.3)

hello

Hello Rust!