-
Notifications
You must be signed in to change notification settings - Fork 38
/
DESCRIPTION
49 lines (49 loc) · 1.22 KB
/
DESCRIPTION
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
Type: Package
Package: ari
Title: Automated R Instructor
Version: 0.4.1
Authors@R: c(
person("Sean", "Kross", , "[email protected]", role = c("aut", "cre")),
person("John", "Muschelli", role = "ctb")
)
Description: Create videos from 'R Markdown' documents, or images and
audio files. These images can come from image files or HTML slides,
and the audio files can be provided by the user or computer voice
narration can be created using 'Amazon Polly'. The purpose of this
package is to allow users to create accessible, translatable, and
reproducible lecture videos. See <https://aws.amazon.com/polly/> for
more information.
License: MIT + file LICENSE
URL: http://github.com/seankross/ari
BugReports: http://github.com/seankross/ari/issues
Depends:
R (>= 3.1.0)
Imports:
cli,
hms,
progress,
purrr,
rmarkdown,
rvest,
text2speech (>= 0.3.0),
tools,
tuneR,
webshot,
xml2
Suggests:
aws.polly,
aws.signature,
grDevices,
knitr,
testthat,
xaringan
VignetteBuilder:
knitr
Remotes:
cloudyr/aws.polly,
cloudyr/aws.signature,
jhudsl/text2speech
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
SystemRequirements: ffmpeg (>= 3.2.4)