-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
40 lines (40 loc) · 987 Bytes
/
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
Package: armacmp
Title: Translate R Linear Algebra Code to Armadillo C++
Version: 0.1.0.9000
Authors@R:
person(given = "Dirk",
family = "Schumacher",
role = c("aut", "cre"),
email = "mail@dirk-schumacher.net")
Description: Compile linear algebra R code to C++ using the Armadillo Template Library.
The package further supports mathematical optimization purely in C++.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
Rcpp,
RcppArmadillo,
RcppEnsmallen,
methods,
R6,
utils,
stats
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown
SystemRequirements: C++11
URL: https://github.com/dirkschumacher/armacmp
BugReports: https://github.com/dirkschumacher/armacmp/issues
VignetteBuilder: knitr
Collate:
'ast-classes.R'
'annotate-ast.R'
'armacmp-package.R'
'armacmp.R'
'compiler.R'
'optimizers.R'
'optim.R'
'types.R'