Skip to content

Commit

Permalink
update via merge
Browse files Browse the repository at this point in the history
  • Loading branch information
laderast committed Jun 21, 2024
1 parent b3c1d99 commit 9a790f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions reactives/app-bindEvent.R
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
library(palmerpenguins)
choices <- unique(penguins$species)
library(reactlog)
<<<<<<< HEAD
library(shiny)
library(bslib)
=======
library(ggplot2)
library(shiny)
library(bslib)
library(dplyr)

>>>>>>> 3454c46a358523be36c44f7f6b4b2a3b55fad3fd

reactlog_enable()

ui <- page_sidebar(
Expand Down
5 changes: 0 additions & 5 deletions reactives/app_eventReactive.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ library(palmerpenguins)
library(reactlog)
library(ggplot2)
library(shiny)
<<<<<<< HEAD
library(dplyr)
library(bslib)
=======
library(bslib)
library(dplyr)
>>>>>>> 3454c46a358523be36c44f7f6b4b2a3b55fad3fd

reactlog_enable()
choices <- unique(penguins$species)
Expand Down

0 comments on commit 9a790f6

Please sign in to comment.