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. 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'.
Version: | 1.0.1 |
Published: | 2022-11-28 |
Author: | Jeroen Ooms |
Maintainer: | Jeroen Ooms <jeroen at berkeley.edu> |
BugReports: | https://github.com/r-rust/hellorust/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/r-rust/hellorust |
NeedsCompilation: | yes |
SystemRequirements: | Cargo (rustc package manager) |
CRAN checks: | hellorust results |
Reference manual: | hellorust.pdf |
Package source: | hellorust_1.0.1.tar.gz |
Windows binaries: | r-devel: hellorust_1.0.1.zip, r-release: hellorust_1.0.1.zip, r-oldrel: hellorust_1.0.1.zip |
macOS binaries: | r-release (arm64): hellorust_1.0.1.tgz, r-oldrel (arm64): hellorust_1.0.1.tgz, r-release (x86_64): hellorust_1.0.1.tgz, r-oldrel (x86_64): hellorust_1.0.1.tgz |
Old sources: | hellorust archive |
Please use the canonical form https://CRAN.R-project.org/package=hellorust to link to this page.