Skip to content

Commit

Permalink
more packages to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHWade committed Aug 27, 2024
1 parent 1be0040 commit 4e089e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ Imports:
jsonlite,
magrittr,
purrr,
<<<<<<< HEAD
R6 (>=2.0.0),
=======
R6 (>=2.0),
>>>>>>> 37ff8643 (more packages to suggests)
rlang,
rstudioapi (>= 0.12),
shiny (>= 1.9.0),
Expand Down
3 changes: 1 addition & 2 deletions R/mod_chat.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ mod_chat_server <- function(
settings,
history) {
moduleServer(id, function(input, output, session) {
check_installed(c("promises", ))

check_installed("promises")

# Session data ----
rv <- reactiveValues(
Expand Down

0 comments on commit 4e089e6

Please sign in to comment.