We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5d3fe commit 5e30a41Copy full SHA for 5e30a41
README.md
@@ -10,7 +10,13 @@ Chat UI component for [Shiny for R](https://shiny.posit.co/).
10
11
## Installation
12
13
-You can install the development version of shinychat from [GitHub](https://github.com/) with:
+You can install shinychat from CRAN with:
14
+
15
+``` r
16
+install.packages("shinychat")
17
+```
18
19
+Or, install the development version of shinychat from [GitHub](https://github.com/) with:
20
21
``` r
22
# install.packages("pak")
0 commit comments