Skip to content

Commit cab35bd

Browse files
update Authors@R
1 parent 28538e5 commit cab35bd

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

DESCRIPTION

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@ Package: cpp11
22
Title: A C++11 Interface for R's C Interface
33
Version: 0.4.3.9000
44
Authors@R:
5-
c(person(given = "Jim",
6-
family = "Hester",
7-
role = "aut",
8-
comment = c(ORCID = "0000-0002-2739-7082")),
9-
person(given = "Romain",
10-
family = "François",
11-
role = c("aut", "cre"),
12-
email = "[email protected]"),
13-
person(given = "Benjamin",
14-
family = "Kietzman",
15-
role = "ctb"),
16-
person(given = "RStudio",
17-
role = c("cph", "fnd")))
5+
c(
6+
person("Davis", "Vaughan", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4777-038X")),
7+
person("Jennifer", "Bryan", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-6983-2759")),
8+
person("Jim","Hester", role = "aut", comment = c(ORCID = "0000-0002-2739-7082")),
9+
person("Romain", "François", role = "aut", comment = c(ORCID = "0000-0002-2444-4226")),
10+
person("Benjamin", "Kietzman", role = "ctb"),
11+
person("Posit Software, PBC", role = c("cph", "fnd"))
12+
)
1813
Description: Provides a header only, C++11 interface to R's C
1914
interface. Compared to other approaches 'cpp11' strives to be safe
2015
against long jumps from the C API as well as C++ exceptions, conform

0 commit comments

Comments
 (0)