-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.3 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Generated by roxygen2: do not edit by hand
export(ari_example)
export(ari_narrate)
export(ari_spin)
export(ari_stitch)
export(ari_talk)
export(audio_codec_encode)
export(check_ffmpeg_version)
export(ffmpeg_audio_codecs)
export(ffmpeg_codecs)
export(ffmpeg_convert)
export(ffmpeg_error_log)
export(ffmpeg_exec)
export(ffmpeg_muxers)
export(ffmpeg_version)
export(ffmpeg_version_sufficient)
export(ffmpeg_video_codecs)
export(get_audio_codec)
export(get_video_codec)
export(have_ffmpeg_exec)
export(have_polly)
export(pad_wav)
export(set_audio_codec)
export(set_video_codec)
export(video_codec_encode)
importFrom(cli,cli_alert_info)
importFrom(hms,hms)
importFrom(progress,progress_bar)
importFrom(purrr,compose)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_int)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,reduce)
importFrom(purrr,walk)
importFrom(rmarkdown,html_document)
importFrom(rmarkdown,render)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(text2speech,tts)
importFrom(text2speech,tts_auth)
importFrom(text2speech,tts_default_voice)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(tuneR,Wave)
importFrom(tuneR,bind)
importFrom(tuneR,writeWave)
importFrom(webshot,webshot)
importFrom(xml2,read_html)