r-lib / evaluate

A version of eval for R that returns more information about what happened
http://evaluate.r-lib.org/
Other
126 stars 34 forks source link
evaluation parsing r r-package repl

evaluate

R-CMD-check CRAN status Downloads from the RStudio CRAN mirror Codecov test coverage

evaluate provides tools that allow you to recreate the parsing, evaluation and display of R code, with enough information that you can accurately recreate what happens at the command line. Evaluate + replay works very similarly to source(), but is written in such a way to make it easy to adapt for other output formats, such as html or latex.

library(evaluate)

There are three components to the evaluate package: