-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.02 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
Package: ast2ast
Type: Package
Title: Translates an R Function to a C++ Function
Version: 0.4
Date: 2024-06-06
Author: Krämer Konrad [aut, cre]
Maintainer: Krämer Konrad <konrad_kraemer@yahoo.de>
BugReports: https://github.com/Konrad1991/ast2ast
URL: https://github.com/Konrad1991/ast2ast
Description: Enable translation of a tiny subset of R to C++. The user has to define a R function which gets translated. For a full list of possible functions check the documentation. After translation an R function is returned which is a shallow wrapper around the C++ code. Alternatively an external pointer to the C++ function is returned to the user. The intention of the package is to generate fast functions which can be used as ode-system or during optimization.
License: GPL-2
Imports: Rcpp (>= 1.0.4), R6, methods, pryr, rlang, RcppArmadillo, purrr
LinkingTo: Rcpp, RcppArmadillo
VignetteBuilder: knitr
Suggests:
knitr,
kableExtra,
rmarkdown,
tinytest,
microbenchmark,
ggplot2,
RcppXPtrUtils
Encoding: UTF-8
RoxygenNote: 7.2.1