Package: ast2ast
Type: Package
Title: Translates an R Function to a C++ Function
Version: 0.2
Date: 2022-08-29
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), purrr, R6, RcppArmadillo, methods
VignetteBuilder: knitr
Suggests: knitr, kableExtra, rmarkdown, tinytest, microbenchmark,
        r2sundials, ggplot2, RcppXPtrUtils
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-09-15 08:46:23 UTC; konrad
Repository: CRAN
Date/Publication: 2022-09-15 09:10:16 UTC
