Package: shinychat
Title: Chat UI Component for 'shiny'
Version: 0.1.1
Authors@R: c(
    person("Joe", "Cheng", , "joe@posit.co", role = c("aut", "cre")),
    person("Carson", "Sievert", , "carson@posit.co", role = c("aut")),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Provides a scrolling chat interface with multiline input, suitable
    for creating chatbot apps based on Large Language Models (LLMs). Designed to
    work particularly well with the 'elmer' R package for calling LLMs.
License: MIT + file LICENSE
URL: https://github.com/jcheng5/shinychat,
        https://jcheng5.github.io/shinychat/
BugReports: https://github.com/jcheng5/shinychat/issues
Imports: bslib, coro, htmltools, promises (>= 1.3.2), rlang, shiny (>=
        1.10.0)
Suggests: testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: no
Packaged: 2024-12-17 19:02:58 UTC; jcheng
Author: Joe Cheng [aut, cre],
  Carson Sievert [aut],
  Posit Software, PBC [cph, fnd]
Maintainer: Joe Cheng <joe@posit.co>
Repository: CRAN
Date/Publication: 2024-12-18 15:50:10 UTC
Built: R 4.3.3; ; 2025-04-07 02:21:48 UTC; windows
