Skip to content

Commit 6daa714

Browse files
committed
CRAN feedback
1 parent baafce6 commit 6daa714

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: shinychat
2-
Title: Chat UI Component for 'Shiny'
2+
Title: Chat UI Component for 'shiny'
33
Version: 0.1.0
44
Authors@R: c(
55
person("Joe", "Cheng", , "[email protected]", role = c("aut", "cre")),
66
person("Carson", "Sievert", , "[email protected]", role = c("aut")),
77
person("Posit Software, PBC", role = c("cph", "fnd"))
88
)
9-
Description: A chat UI component for 'Shiny' apps, well suited for creating
10-
chatbot apps based on 'Large Language Models' (LLMs). Designed to work well
11-
with the 'elmer' R package for calling LLMs.
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 'elmer' R package for calling LLMs.
1212
License: MIT + file LICENSE
1313
URL: https://github.com/jcheng5/shinychat, https://jcheng5.github.io/shinychat/
1414
BugReports: https://github.com/jcheng5/shinychat/issues

0 commit comments

Comments
 (0)