Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 10 found.
[1] < 1 > [1]  Sort:

line_prompt (Package: evaluate) : Line prompt.

Format a single expression as if it had been entered at the command prompt.
● Data Source: CranContrib
● Keywords: internal
● Alias: line_prompt
● 0 images

create_traceback (Package: evaluate) : Generate a traceback from a list of calls.

Generate a traceback from a list of calls.
● Data Source: CranContrib
● Keywords: internal
● Alias: create_traceback
● 0 images

evaluate (Package: evaluate) : Evaluate input and return all details of evaluation.

Compare to eval, evaluate captures all of the information necessary to recreate the output as if you had copied and pasted the code into a R terminal. It captures messages, warnings, errors and output, all correctly interleaved in the order in which they occured. It stores the final result, whether or not it should be visible, and the contents of the current graphics device.
● Data Source: CranContrib
● Keywords:
● Alias: evaluate
● 0 images

replay (Package: evaluate) : Replay a list of evaluated results.

Replay a list of evaluated results, as if you'd run them in an R terminal.
● Data Source: CranContrib
● Keywords:
● Alias: replay
● 0 images

parse_all (Package: evaluate) : Parse, retaining comments.

Works very similarly to parse, but also keeps original formatting and comments.
● Data Source: CranContrib
● Keywords:
● Alias: parse_all
● 0 images

set_hooks (Package: evaluate) : Set hooks.

This wraps the base setHook function to provide a return value that makes it easy to undo.
● Data Source: CranContrib
● Keywords: internal
● Alias: set_hooks
● 0 images

try_capture_stack (Package: evaluate) : Try, capturing stack on error.

This is a variant of tryCatch that also captures the call stack if an error occurs.
● Data Source: CranContrib
● Keywords: internal
● Alias: try_capture_stack
● 0 images

watchout (Package: evaluate) : Watch for changes in output, text and graphical.

Watch for changes in output, text and graphical.
● Data Source: CranContrib
● Keywords: internal
● Alias: watchout
● 0 images

new_output_handler (Package: evaluate) : Custom output handlers.

An output_handler handles the results of evaluate, including the values, graphics, conditions. Each type of output is handled by a particular function in the handler object.
● Data Source: CranContrib
● Keywords:
● Alias: new_output_handler, output_handler
● 0 images

is.message (Package: evaluate) : Object class tests

Object class tests
● Data Source: CranContrib
● Keywords: internal
● Alias: is.error, is.message, is.recordedplot, is.source, is.value, is.warning
● 0 images