diff --git a/DESCRIPTION b/DESCRIPTION index 60ed3d1..376e4e9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: hellorust Type: Package Title: Minimal Examples of Using Rust Code in R Version: 1.2.1 -Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu", +Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", 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