-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
42 lines (42 loc) · 912 Bytes
/
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
Package: vembedr
Title: Embed Video in HTML
Version: 0.1.5.9000
Authors@R: c(
person(
given = "Ian",
family = "Lyttle",
email = "ian.lyttle@se.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9962-4849")
),
person(family = "Schneider Electric", role = c("cph"))
)
Description: A set of functions for generating HTML to
embed hosted video in your R Markdown documents or Shiny applications.
Depends:
R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
htmltools,
httr,
stringr,
magrittr,
glue,
assertthat,
utils,
lifecycle
RoxygenNote: 7.1.2
URL: https://github.com/ijlyttle/vembedr
BugReports: https://github.com/ijlyttle/vembedr/issues
Suggests:
testthat,
knitr,
rmarkdown,
covr,
here,
fs,
conflicted,
usethis
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)