Skip to content

Commit

Permalink
Use Authors@R
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Oct 28, 2024
1 parent 9164af2 commit 4fdd81b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-28 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Authors@R): Added

2024-05-24 Dirk Eddelbuettel <edd@debian.org>

* README.md: Use tinyverse.netlify.app for dependency badge
Expand Down
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ Package: RInside
Title: C++ Classes to Embed R in C++ (and C) Applications
Version: 0.2.18.1
Date: 2023-03-16
Author: Dirk Eddelbuettel, Romain Francois, and Lance Bachmeier
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Romain", "Francois", role = "aut",
comment = c(ORCID = "0000-0002-2444-4226")),
person("Lance", "Bachmeier", role = "ctb"))
Description: C++ classes to embed R in C++ (and C) applications
A C++ class providing the R interpreter is offered by this package
making it easier to have "R inside" your C++ application. As R itself
Expand Down

0 comments on commit 4fdd81b

Please sign in to comment.