Package: ast2ast Type: Package Title: Translates an R Function to a C++ Function Version: 0.5 Date: 2026-05-28 Authors@R: c(person(given = "Krämer", family = "Konrad", role = c("aut", "cre"), email = "konrad_kraemer@yahoo.de")) Maintainer: Krämer Konrad BugReports: https://github.com/Konrad1991/ast2ast/issues 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-3 Imports: Rcpp (>= 1.0.4), R6, methods LinkingTo: Rcpp Depends: R (>= 4.1.0) SystemRequirements: GNU make, C++20, Rtools (>= 4.5) on Windows NeedsCompilation: yes VignetteBuilder: knitr Suggests: knitr, kableExtra, rmarkdown, tinytest, microbenchmark, ggplot2, RcppXPtrUtils, pkgbuild Encoding: UTF-8 Config/pak/sysreqs: make Repository: https://fastverse.r-universe.dev Date/Publication: 2026-06-12 11:15:27 UTC RemoteUrl: https://github.com/Konrad1991/ast2ast RemoteRef: HEAD RemoteSha: 7a802f924061a74bbb4ae53257916a8b25189ded Packaged: 2026-07-05 13:32:55 UTC; root Author: Krämer Konrad [aut, cre]