Package: vembedr
Title: Embed Video in HTML
Version: 0.1.5
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
NeedsCompilation: no
Packaged: 2021-12-11 16:43:37 UTC; ijlyttle
Author: Ian Lyttle [aut, cre] (<https://orcid.org/0000-0001-9962-4849>),
  Schneider Electric [cph]
Maintainer: Ian Lyttle <ian.lyttle@se.com>
Repository: CRAN
Date/Publication: 2021-12-11 19:30:02 UTC
Built: R 4.2.0; ; 2022-03-22 15:43:51 UTC; unix
