Skip to content

Commit f8e0a0a

Browse files
committed
Fix R CMD check notes
1 parent 4827235 commit f8e0a0a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

DESCRIPTION

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ License: MIT + file LICENSE
1111
URL: https://github.com/jcheng5/shinychat, https://jcheng5.github.io/shinychat/
1212
BugReports: https://github.com/jcheng5/shinychat/issues
1313
Imports:
14-
rlang,
15-
htmltools,
1614
bslib,
17-
shiny,
18-
coro
15+
coro,
16+
htmltools,
17+
rlang,
18+
shiny
1919
Suggests:
20-
testthat (>= 3.0.0),
2120
promises,
22-
rlang
21+
testthat (>= 3.0.0)
2322
Encoding: UTF-8
2423
Roxygen: list(markdown = TRUE)
2524
RoxygenNote: 7.3.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pak::pak("jcheng5/shinychat")
2121

2222
To 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
2727
library(shiny)

0 commit comments

Comments
 (0)