Skip to content

Commit 4fdd81b

Browse files
committed
Use Authors@R
1 parent 9164af2 commit 4fdd81b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-28 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Authors@R): Added
4+
15
2024-05-24 Dirk Eddelbuettel <[email protected]>
26

37
* README.md: Use tinyverse.netlify.app for dependency badge

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ Package: RInside
22
Title: C++ Classes to Embed R in C++ (and C) Applications
33
Version: 0.2.18.1
44
Date: 2023-03-16
5-
Author: Dirk Eddelbuettel, Romain Francois, and Lance Bachmeier
6-
Maintainer: Dirk Eddelbuettel <[email protected]>
5+
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
6+
comment = c(ORCID = "0000-0001-6419-907X")),
7+
person("Romain", "Francois", role = "aut",
8+
comment = c(ORCID = "0000-0002-2444-4226")),
9+
person("Lance", "Bachmeier", role = "ctb"))
710
Description: C++ classes to embed R in C++ (and C) applications
811
A C++ class providing the R interpreter is offered by this package
912
making it easier to have "R inside" your C++ application. As R itself

0 commit comments

Comments
 (0)