Learn R Programming

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

evaluate (version 0.5.5)

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

1,000,142

Version

0.5.5

License

GPL

Maintainer

Yihui Xie

Last Published

April 29th, 2014

Functions in evaluate (0.5.5)

is.message

Object class tests
getSrcRegion

Extract a rectangular region of a srcfile
create_traceback

Generate a traceback from a list of calls.
replay

Replay a list of evaluated results.
line_prompt

Line prompt.
parse_all

Parse, retaining comments.
set_hooks

Set hooks.
try_capture_stack

Try, capturing stack on error.
evaluate

Evaluate input and return all details of evaluation.
watchout

Watch for changes in output, text and graphical.
new_output_handler

Custom output handlers.