-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
38 lines (37 loc) · 949 Bytes
/
NAMESPACE
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
35
36
37
38
# Generated by roxygen2: do not edit by hand
S3method(print,asciicast)
export(asciicast_options)
export(asciicast_start_process)
export(asciinema_player)
export(clear_screen)
export(default_theme)
export(expect_snapshot_r_process)
export(get_locales)
export(init_knitr_engine)
export(install_phantomjs)
export(merge_casts)
export(pause)
export(play)
export(read_cast)
export(record)
export(record_output)
export(write_gif)
export(write_html)
export(write_json)
export(write_svg)
importFrom(V8,JS)
importFrom(V8,v8)
importFrom(cli,cli_process_done)
importFrom(cli,cli_process_start)
importFrom(cli,cli_status)
importFrom(cli,cli_status_clear)
importFrom(cli,cli_status_update)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magick,image_animate)
importFrom(magick,image_display)
importFrom(magick,image_quantize)
importFrom(magick,image_read)
importFrom(magick,image_write)
importFrom(processx,process)
importFrom(stats,runif)