ast2ast: Translates a R Function into an External Pointer to a C++ Function

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.

Version: 0.1
Imports: Rcpp (≥ 1.0.4), purrr, R6, RcppXPtrUtils, RcppArmadillo
Suggests: knitr, kableExtra, rmarkdown, tinytest, microbenchmark, r2sundials, paropt
Published: 2022-03-14
Author: Krämer Konrad [aut, cre]
Maintainer: Krämer Konrad <konrad_kraemer at yahoo.de>
BugReports: https://github.com/Konrad1991/ast2ast
License: GPL-2
URL: https://github.com/Konrad1991/ast2ast
NeedsCompilation: no
CRAN checks: ast2ast results

Documentation:

Reference manual: ast2ast.pdf
Vignettes: Detailed Documentation
Information for package authors

Downloads:

Package source: ast2ast_0.1.tar.gz
Windows binaries: r-devel: ast2ast_0.1.zip, r-release: ast2ast_0.1.zip, r-oldrel: ast2ast_0.1.zip
macOS binaries: r-release (arm64): ast2ast_0.1.tgz, r-oldrel (arm64): ast2ast_0.1.tgz, r-release (x86_64): ast2ast_0.1.tgz, r-oldrel (x86_64): ast2ast_0.1.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ast2ast to link to this page.