-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ src/*.a | |
src/myrustlib/target/* | ||
src/myrustlib/vendor.tar.xz | ||
src/myrustlib/vendor/* | ||
inst/AUTHORS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Package: hellorust | ||
Type: Package | ||
Title: Minimal Examples of Using Rust Code in R | ||
Version: 1.1.0 | ||
Version: 1.1.1 | ||
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 = "cph", comment = "see AUTHORS file")) | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters