Skip to content

Commit 5f1cc93

Browse files
authored
chore: Update DESCRIPTION (#38)
1 parent 8c788ac commit 5f1cc93

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

DESCRIPTION

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@ Title: Chat UI Component for 'shiny'
33
Version: 0.1.1.9001
44
Authors@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.
1215
License: 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
1519
Imports:
1620
bslib,
1721
coro,
@@ -23,8 +27,8 @@ Imports:
2327
shiny (>= 1.10.0)
2428
Suggests:
2529
testthat (>= 3.0.0)
30+
Config/Needs/website: tidyverse/tidytemplate
31+
Config/testthat/edition: 3
2632
Encoding: UTF-8
2733
Roxygen: list(markdown = TRUE)
2834
RoxygenNote: 7.3.2
29-
Config/testthat/edition: 3
30-
Config/Needs/website: tidyverse/tidytemplate

0 commit comments

Comments
 (0)