@@ -3,15 +3,19 @@ Title: Chat UI Component for 'shiny'
33Version: 0.1.1.9001
44Authors@R: c(
55    person("Joe", "Cheng", , "
[email protected] ", role = c("aut", "cre")),
6-     person("Carson", "Sievert", , "
[email protected] ", role = c("aut")),
6+     person("Carson", "Sievert", , "
[email protected] ", role = "aut"),
7+     person("Garrick", "Aden-Buie", , "
[email protected] ", role = "aut",
8+            comment = c(ORCID = "0000-0002-7111-0077")),
79    person("Posit Software, PBC", role = c("cph", "fnd"))
810  )
9- Description: Provides a scrolling chat interface with multiline input, suitable
10-     for creating chatbot apps based on Large Language Models (LLMs). Designed to
11-     work particularly well with the 'ellmer' R package for calling LLMs.
11+ Description: Provides a scrolling chat interface with multiline input,
12+     suitable for creating chatbot apps based on Large Language Models
13+     (LLMs). Designed to work particularly well with the 'ellmer' R package
14+     for calling LLMs.
1215License: MIT + file LICENSE
13- URL: https://github.com/jcheng5/shinychat, https://jcheng5.github.io/shinychat/
14- BugReports: https://github.com/jcheng5/shinychat/issues
16+ URL: https://github.com/posit-dev/shinychat,
17+     https://posit-dev.github.io/shinychat/
18+ BugReports: https://github.com/posit-dev/shinychat/issues
1519Imports:
1620    bslib,
1721    coro,
@@ -23,8 +27,8 @@ Imports:
2327    shiny (>= 1.10.0)
2428Suggests:
2529    testthat (>= 3.0.0)
30+ Config/Needs/website: tidyverse/tidytemplate
31+ Config/testthat/edition: 3
2632Encoding: UTF-8
2733Roxygen: list(markdown = TRUE)
2834RoxygenNote: 7.3.2
29- Config/testthat/edition: 3
30- Config/Needs/website: tidyverse/tidytemplate
0 commit comments