Package: howler Type: Package Title: 'Shiny' Extension of 'howler.js' Version: 0.3.0 Authors@R: c( person("Ashley", "Baldry", email = "arbaldry91@gmail.com", role = c("aut", "cre")), person("James", "Simpson", role = "aut", comment = "Creator of howler.js") ) Description: Audio interactivity within 'shiny' applications using 'howler.js'. Enables the status of the audio player to be sent from the UI to the server, and events such as playing and pausing the audio can be triggered from the server. License: MIT + file LICENSE URL: https://github.com/ashbaldry/howler, https://github.com/goldfire/howler.js BugReports: https://github.com/ashbaldry/howler/issues Encoding: UTF-8 Imports: shiny, htmlwidgets Suggests: rmarkdown, knitr, chromote, shinytest2, globals, testthat (>= 3.0.0) Language: en-GB RoxygenNote: 7.3.1 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://ashbaldry.r-universe.dev Date/Publication: 2024-06-04 18:04:21 UTC RemoteUrl: https://github.com/ashbaldry/howler RemoteRef: HEAD RemoteSha: 939ab0886a7a20f772d80ae89558622a152656cb NeedsCompilation: no Packaged: 2026-07-04 05:58:12 UTC; root Author: Ashley Baldry [aut, cre], James Simpson [aut] (Creator of howler.js) Maintainer: Ashley Baldry