Package: shinychat 0.1.1
shinychat: Chat UI Component for 'shiny'
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.
Authors:
shinychat_0.1.1.tar.gz
shinychat_0.1.1.zip(r-4.5)shinychat_0.1.1.zip(r-4.4)shinychat_0.1.1.zip(r-4.3)
shinychat_0.1.1.tgz(r-4.4-any)shinychat_0.1.1.tgz(r-4.3-any)
shinychat_0.1.1.tar.gz(r-4.5-noble)shinychat_0.1.1.tar.gz(r-4.4-noble)
shinychat_0.1.1.tgz(r-4.4-emscripten)shinychat_0.1.1.tgz(r-4.3-emscripten)
shinychat.pdf |shinychat.html✨
shinychat/json (API)
NEWS
# Install 'shinychat' in R: |
install.packages('shinychat', repos = c('https://jcheng5.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jcheng5/shinychat/issues
Last updated 25 days agofrom:c2cb7bc3d2. Checks:7 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Dec 28 2024 |
R-4.5-win | OK | Dec 28 2024 |
R-4.5-linux | OK | Dec 28 2024 |
R-4.4-win | OK | Dec 28 2024 |
R-4.4-mac | OK | Dec 28 2024 |
R-4.3-win | OK | Dec 28 2024 |
R-4.3-mac | OK | Dec 28 2024 |
Exports:chat_appendchat_append_messagechat_ui
Dependencies:base64encbslibcachemclicommonmarkcorocrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangsassshinysourcetoolswithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Append an assistant response (or user message) to a chat control | chat_append |
Low-level function to append a message to a chat control | chat_append_message |
Create a chat UI element | chat_ui |