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.
Version: | 0.2.1 |
Imports: | Rcpp (≥ 1.0.4), purrr, R6, RcppArmadillo, methods |
Suggests: | knitr, kableExtra, rmarkdown, tinytest, microbenchmark, r2sundials, ggplot2, RcppXPtrUtils |
Published: | 2022-10-19 |
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 |
Materials: | NEWS |
CRAN checks: | ast2ast results |
Reference manual: | ast2ast.pdf |
Vignettes: |
Detailed Documentation Information for package authors |
Package source: | ast2ast_0.2.1.tar.gz |
Windows binaries: | r-devel: ast2ast_0.2.1.zip, r-release: ast2ast_0.2.1.zip, r-oldrel: ast2ast_0.2.1.zip |
macOS binaries: | r-release (arm64): ast2ast_0.2.1.tgz, r-oldrel (arm64): ast2ast_0.2.1.tgz, r-release (x86_64): ast2ast_0.2.1.tgz, r-oldrel (x86_64): ast2ast_0.2.1.tgz |
Old sources: | ast2ast archive |
Please use the canonical form https://CRAN.R-project.org/package=ast2ast to link to this page.