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
Roxygen: list(markdown = TRUE)
