Skip to content

Commit 1d8fe74

Browse files
committed
Delete "library(shiny)" in app.R
I deleted "library(shiny)" in app.R because I believe it caused the R CMD checks of the push and pull requests to fail.
1 parent 282e474 commit 1d8fe74

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

R/app.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
#' @export
1111
run_app <- function() {
1212

13-
# Calling Shiny from the library is not strictly necessary since Shiny is
14-
# imported, but lintr is not satisfied if I don't do it so it is here for now.
15-
library(shiny)
16-
1713
# The entire UI is driven by a single page switcher in the server.
1814
# output$page renders setup, game, or result depending on game state.
1915
ui <- fluidPage(

0 commit comments

Comments
 (0)