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.5-noble)evalR_0.0.1.tar.gz(r-4.4-noble)
evalR_0.0.1.tgz(r-4.4-emscripten)evalR_0.0.1.tgz(r-4.3-emscripten)
evalR.pdf |evalR.html✨
evalR/json (API)
NEWS
# 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 2 years agofrom:d62ba7f630. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-linux-x86_64 | OK | Oct 28 2024 |
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 |