Package: evalR 0.0.1


Trevor Olsen
evalR: Evaluation of Unverified Code
The purpose of this package is to generate trees and validate unverified code. Trees are made by parsing a statement into a verification tree data structure. This will make it easy to port the statement into another language. Safe statement evaluations are done by executing the verification trees.
Authors:
evalR_0.0.1.tar.gz
evalR_0.0.1.tar.gz(r-4.7-arm64)evalR_0.0.1.tar.gz(r-4.7-x86_64)evalR_0.0.1.tar.gz(r-4.6-arm64)evalR_0.0.1.tar.gz(r-4.6-x86_64)
evalR_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
evalR/json (API)
| # Install 'evalR' in R: |
| install.packages('evalR', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:d62ba7f630. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 139 | ||
| linux-devel-x86_64 | OK | 131 | ||
| source / vignettes | OK | 205 | ||
| linux-release-arm64 | OK | 141 | ||
| linux-release-x86_64 | OK | 139 | ||
| wasm-release | OK | 118 |
Exports:create_treeeval_texteval_treefind_parenthesis
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert a statement into an evaluation tree | create_tree |
| safely evaluate text | eval_text |
| safely evaluate tree | eval_tree |
| Helper to find first block of parenthesis | find_parenthesis |