-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.26 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
Package: cpp11armadillo
Type: Package
Title: An 'Armadillo' Interface
Description: Provides function declarations and inline function definitions that
facilitate communication between R and the 'Armadillo' 'C++' library for
linear algebra and scientific computing. This implementation is detailed
in Vargas Sepulveda and Schneider Malamud (2024)
<doi:10.48550/arXiv.2408.11074>.
Version: 0.4.2
Authors@R: c(
person(
given = "Mauricio",
family = "Vargas Sepulveda",
role = c("aut", "cre"),
email = "m.sepulveda@mail.utoronto.ca",
comment = c(ORCID = "0000-0003-1017-7574")),
person(
given = "Jonathan",
family = "Schneider Malamud",
role = c("ctb")),
person(
given = "Conrad",
family = "Sanderson",
role = c("aut"),
comment = "Armadillo library (C++)")
)
Imports:
cpp11
Suggests:
desc,
knitr,
mockery,
rmarkdown,
testthat (>= 3.0.0),
withr
Depends: R(>= 3.5.0)
License: Apache License (>= 2)
BugReports: https://github.com/pachadotdev/cpp11armadillo/issues
URL: https://pacha.dev/cpp11armadillo/,
https://github.com/pachadotdev/cpp11armadillo
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/edition: 3