R/shinychat-package.R

Defines functions release_bullets ignore_unused_imports

#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom coro async
#' @importFrom htmltools tag css HTML
#' @import rlang
## usethis namespace: end
NULL

ignore_unused_imports <- function() {
  jsonlite::fromJSON
  fastmap::fastqueue
}

release_bullets <- function() {
  c(
    "Check that shinychat js assets are up-to-date (`scripts/update-chat.sh`)"
  )
}

Try the shinychat package in your browser

Any scripts or data that you put into this service are public.

shinychat documentation built on June 10, 2025, 9:09 a.m.