dash-player/R/internal.R
2022-12-08 12:18:05 -05:00

16 lines
664 B
R

.dashPlayer_js_metadata <- function() {
deps_metadata <- list(`dash_player` = structure(list(name = "dash_player",
version = "1.0.5", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_player.min.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
all_files = FALSE), class = "html_dependency"),
`dash_player` = structure(list(name = "dash_player",
version = "1.0.5", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_player.min.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
all_files = FALSE, dynamic = TRUE), class = "html_dependency"))
return(deps_metadata)
}