R/shintoui_dependencies.R

Defines functions shintoui_dependencies

Documented in shintoui_dependencies

#' Browser/navigator info dependencies
#' @description In the UI, place the command \code{shintoui::shintoui_dependencies()}.
#' @export
shintoui_dependencies <- function() {

  list(
    htmltools::htmlDependency(name = "clock", version = "0.1",
                              package = "shintoui",
                              src = "assets",
                              script = "clock/clock.js"
    )
  )
}
moturoa/shintoui documentation built on Nov. 21, 2023, 6:58 p.m.