Skip to content

Commit a6b165a

Browse files
committed
Updates
1 parent 251ca62 commit a6b165a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Package: hellorust
22
Type: Package
33
Title: Minimal Example of Using 'Rust' Code in 'R'
44
Version: 1.0.0
5-
Author: Jeroen Ooms
6-
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
5+
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu",
6+
comment = c(ORCID = "0000-0002-4035-0289"))
77
Description: Template 'R' package that calls out to 'Rust' code in a way that
88
complies with 'CRAN' policy. Includes simple examples of passing numbers
99
and strings from 'Rust' to 'R' and using threads.

R/hello.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#' @export
66
#' @rdname hellorust
77
#' @examples hello()
8+
#' @return a value generated in Rust (a string, random number, and NULL respectively).
89
#' @useDynLib hellorust hello_wrapper
910
hello <- function() {
1011
.Call(hello_wrapper)

man/hellorust.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)