konrad1991. To fix this you can add URL: https://fastverse.r-universe.dev/ast2ast to the package DESCRIPTION file. See also theR-universe documentation.Package: ast2ast 0.5
ast2ast: Translates an R Function 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 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.
Authors:
ast2ast_0.5.tar.gz
ast2ast_0.5.zip(r-4.7)ast2ast_0.5.zip(r-4.6)ast2ast_0.5.zip(r-4.5)
ast2ast_0.5.tgz(r-4.6-x86_64)ast2ast_0.5.tgz(r-4.6-arm64)ast2ast_0.5.tgz(r-4.5-x86_64)ast2ast_0.5.tgz(r-4.5-arm64)
ast2ast_0.5.tar.gz(r-4.7-arm64)ast2ast_0.5.tar.gz(r-4.7-x86_64)ast2ast_0.5.tar.gz(r-4.6-arm64)ast2ast_0.5.tar.gz(r-4.6-x86_64)
ast2ast_0.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ast2ast/json (API)
NEWS
| # Install 'ast2ast' in R: |
| install.packages('ast2ast', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/konrad1991/ast2ast/issues
abstract-syntax-treecc-plus-plusexpression-templatematrixrcpptranspilervectoropenblascpp
Last updated from:f1ae1d0516. Checks:13 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 247 | ||
| linux-devel-x86_64 | OK | 248 | ||
| source / vignettes | OK | 367 | ||
| linux-release-arm64 | OK | 236 | ||
| linux-release-x86_64 | OK | 242 | ||
| macos-release-arm64 | OK | 168 | ||
| macos-release-x86_64 | OK | 378 | ||
| macos-oldrel-arm64 | OK | 182 | ||
| macos-oldrel-x86_64 | OK | 300 | ||
| windows-devel | OK | 277 | ||
| windows-release | OK | 288 | ||
| windows-oldrel | OK | 325 | ||
| wasm-release | OK | 203 |
Exports:translate
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Translate an R function into C++ | translate |
