Package: ast2ast
Type: Package
Title: Translates a R Function into an External Pointer to a C++
        Function
Version: 0.1
Date: 2022-02-28
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 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, RcppXPtrUtils, RcppArmadillo
VignetteBuilder: knitr
Suggests: knitr, kableExtra, rmarkdown, tinytest, microbenchmark,
        r2sundials, paropt
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-03-11 08:59:34 UTC; konrad
Repository: CRAN
Date/Publication: 2022-03-14 09:00:05 UTC
