# -------------------------------------------- # 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.2 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://r-rust.r-universe.dev repository-code: https://github.com/r-rust/hellorust commit: 28d6f363283533372d68169fb00ae5f99a1106a0 url: https://github.com/r-rust/hellorust contact: - family-names: Ooms given-names: Jeroen email: jeroenooms@gmail.com orcid: https://orcid.org/0000-0002-4035-0289