File: NAMESPACE

package info (click to toggle)
r-cran-evaluate 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 444 kB
  • sloc: sh: 13; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Generated by roxygen2: do not edit by hand

S3method("[",evaluate_evaluation)
S3method(parse_all,"function")
S3method(parse_all,call)
S3method(parse_all,character)
S3method(parse_all,connection)
S3method(print,evaluate_evaluation)
S3method(replay,character)
S3method(replay,condition)
S3method(replay,default)
S3method(replay,list)
S3method(replay,recordedplot)
S3method(replay,source)
export(create_traceback)
export(evaluate)
export(flush_console)
export(inject_funs)
export(is.error)
export(is.message)
export(is.recordedplot)
export(is.source)
export(is.warning)
export(local_reproducible_output)
export(new_output_handler)
export(parse_all)
export(remove_hooks)
export(replay)
export(set_hooks)
export(trim_intermediate_plots)
export(try_capture_stack)
import(grDevices)
import(graphics)
import(utils)