Learn R Programming

⚠️There's a newer version (1.0.4) of this package.Take me there.

evaluate (version 0.13)

Parsing and Evaluation Tools that Provide More Details than the Default

Description

Parsing and evaluation tools that make it easy to recreate the command line behaviour of R.

Copy Link

Version

Install

install.packages('evaluate')

Monthly Downloads

812,138

Version

0.13

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Yihui Xie

Last Published

February 12th, 2019

Functions in evaluate (0.13)

parse_all

Parse, retaining comments.
try_capture_stack

Try, capturing stack on error.
watchout

Watch for changes in output, text and graphical.
new_output_handler

Custom output handlers.
evaluate

Evaluate input and return all details of evaluation.
create_traceback

Generate a traceback from a list of calls.
is.message

Object class tests
line_prompt

Line prompt.
flush_console

An emulation of flush.console() in evaluate()
inject_funs

Inject functions into the environment of evaluate()
replay

Replay a list of evaluated results.
set_hooks

Set hooks.