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) Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://ijlyttle.r-universe.dev Date/Publication: 2021-12-11 21:45:16 UTC RemoteUrl: https://github.com/ijlyttle/vembedr RemoteRef: HEAD RemoteSha: f270a72d5fc08a21e91de4e9b807c17e555074b9 NeedsCompilation: no Packaged: 2026-06-23 09:19:29 UTC; root Author: Ian Lyttle [aut, cre] (ORCID: ), Schneider Electric [cph] Maintainer: Ian Lyttle