Package: hellorust
Type: Package
Title: Minimal Examples of Using Rust Code in R
Version: 1.0.1
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu",
    comment = c(ORCID = "0000-0002-4035-0289"))
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. 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'.
License: MIT + file LICENSE
URL: https://github.com/r-rust/hellorust
BugReports: https://github.com/r-rust/hellorust/issues
SystemRequirements: Cargo (rustc package manager)
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2022-11-28 13:49:10 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2022-11-28 14:20:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-11-29 11:29:57 UTC; unix
Archs: hellorust.so.dSYM
