Package: video Type: Package Title: 'Shiny' Extension of 'video.js' Version: 0.1.1 Authors@R: c( person("Ashley", "Baldry", email = "arbaldry91@gmail.com", role = c("aut", "cre")), person("Steve", "Heffernan", role = "aut", comment = "Creator of video.js") ) Description: Video interactivity within 'shiny' applications using 'video.js'. Enables the status of the video to be sent from the UI to the server, and allows events such as playing and pausing the video to be triggered from the server. License: Apache License (>= 2) URL: https://github.com/ashbaldry/video, https://github.com/videojs/video.js BugReports: https://github.com/ashbaldry/video/issues Encoding: UTF-8 Depends: R (>= 2.10) Imports: shiny, htmlwidgets, jsonlite Suggests: rmarkdown, knitr, shinytest2, testthat (>= 3.0.0) Language: en-GB RoxygenNote: 7.2.3 Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://ashbaldry.r-universe.dev Date/Publication: 2023-02-02 19:03:43 UTC RemoteUrl: https://github.com/ashbaldry/video RemoteRef: HEAD RemoteSha: c9ca15992c6aa31f65f3a40b00d9d879b9f74e10 NeedsCompilation: no Packaged: 2026-06-20 06:42:13 UTC; root Author: Ashley Baldry [aut, cre], Steve Heffernan [aut] (Creator of video.js) Maintainer: Ashley Baldry