@@ -2,19 +2,14 @@ Package: cpp11
2
2
Title: A C++11 Interface for R's C Interface
3
3
Version: 0.4.3.9000
4
4
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
-
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
+ )
18
13
Description: Provides a header only, C++11 interface to R's C
19
14
interface. Compared to other approaches 'cpp11' strives to be safe
20
15
against long jumps from the C API as well as C++ exceptions, conform
0 commit comments