# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "hellorust" in publications use:' type: software license: MIT title: 'hellorust: Minimal Examples of Using Rust Code in R' version: 1.2.4 doi: 10.32614/CRAN.package.hellorust abstract: 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'. authors: - family-names: Ooms given-names: Jeroen email: jeroenooms@gmail.com orcid: https://orcid.org/0000-0002-4035-0289 - name: Authors of the dependency Rust crates repository: https://test.r-universe.dev repository-code: https://github.com/r-rust/hellorust commit: f5607495b492c75951b09b04127be661c90667a7 url: https://github.com/r-rust/hellorust date-released: '2026-06-12' contact: - family-names: Ooms given-names: Jeroen email: jeroenooms@gmail.com orcid: https://orcid.org/0000-0002-4035-0289