-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
21 lines (21 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: hellorust
Type: Package
Title: Minimal Examples of Using Rust Code in R
Version: 1.2.2
Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-4035-0289")),
person("Authors of the dependency Rust crates", role = "aut", comment = "see AUTHORS file"))
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 <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 (Rust's package manager), rustc
Encoding: UTF-8
RoxygenNote: 7.2.1