Package: ast2ast
Type: Package
Title: Translates an R Function to a C++ Function
Version: 0.3.2
Date: 2023-12-09
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, dfdr,
        rlang
VignetteBuilder: knitr
Suggests: knitr, kableExtra, rmarkdown, tinytest, microbenchmark,
        ggplot2, RcppXPtrUtils
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2023-12-09 12:00:16 UTC; konrad
Repository: CRAN
Date/Publication: 2023-12-09 16:20:02 UTC
Built: R 4.6.0; ; 2025-11-02 04:05:01 UTC; windows
