forked from r-lib/cpp11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: cpp11
Title: A C++11 Interface for R's C Interface
Version: 0.2.7.9000
Authors@R:
c(person(given = "Jim",
family = "Hester",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2739-7082")),
person(given = "Romain",
family = "François",
role = "ctb"),
person(given = "Benjamin",
family = "Kietzman",
role = "ctb"),
person(given = "RStudio",
role = c("cph", "fnd")))
Description: Provides a header only, C++11 interface to R's C
interface. Compared to other approaches 'cpp11' strives to be safe
against long jumps from the C API as well as C++ exceptions, conform
to normal R function semantics and supports interaction with 'ALTREP'
vectors.
License: MIT + file LICENSE
URL: https://github.com/r-lib/cpp11
BugReports: https://github.com/r-lib/cpp11/issues
Suggests:
bench,
brio,
callr,
cli,
covr,
decor,
desc,
ggplot2,
glue,
knitr,
lobstr,
mockery,
progress,
rmarkdown,
scales,
Rcpp,
testthat,
tibble,
utils,
vctrs,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/Needs/cpp11/cpp_register:
brio,
cli,
decor,
desc,
glue,
tibble,
vctrs
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
SystemRequirements: C++11