-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
46 lines (46 loc) · 1 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
Package: ariExtra
Version: 0.3.2
Title: Tools for Creating Automated Courses
Description: Leverages the 'ari' package and other tools to create automated
courses from slides and a script. Also, uploads these to
'YouTube' and other services using 'tuber' package.
Authors@R: c(person(given = "John",family = "Muschelli",
email = "muschellij2@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6469-1750"))
)
License: GPL-3
Imports:
xml2,
httr,
utils,
ari (>= 0.2.3),
rmarkdown,
pdftools,
rvest,
magrittr,
mime,
tools,
stats,
jsonlite,
text2speech (>= 0.2.8),
docxtractr (>= 0.6.2),
tuneR,
yaml
Suggests:
knitr,
covr,
testthat,
pagedown,
webshot,
rstudioapi,
base64enc,
xaringan
Encoding: UTF-8
ByteCompile: true
Type: Package
VignetteBuilder: knitr
URL: https://github.com/jhudsl/ariExtra
BugReports: https://github.com/jhudsl/ariExtra/issues
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)