File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,14 @@ License: MIT + file LICENSE
1111URL: https://github.com/jcheng5/shinychat, https://jcheng5.github.io/shinychat/
1212BugReports: https://github.com/jcheng5/shinychat/issues
1313Imports:
14- rlang,
15- htmltools,
1614 bslib,
17- shiny,
18- coro
15+ coro,
16+ htmltools,
17+ rlang,
18+ shiny
1919Suggests:
20- testthat (>= 3.0.0),
2120 promises,
22- rlang
21+ testthat (>= 3.0.0)
2322Encoding: UTF-8
2423Roxygen: list(markdown = TRUE)
2524RoxygenNote: 7.3.2
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pak::pak("jcheng5/shinychat")
2121
2222To run this example, you'll first need to create an OpenAI API key, and set it in your environment as ` OPENAI_API_KEY ` .
2323
24- You'll also need to call ` pak::pak("hadley /elmer") ` to install the {[ elmer] ( https://github.com/hadley/elmer ) } package.
24+ You'll also need to call ` pak::pak("tidyverse /elmer") ` to install the {[ elmer] ( https://elmer.tidyverse.org/ ) } package.
2525
2626``` r
2727library(shiny )
You can’t perform that action at this time.
0 commit comments