X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/1410d8167185f94beb213602e8221980b96d0b06..91465cd1193400053a48cca196d3fd777183c82c:/R/app.R diff --git a/R/app.R b/R/app.R index 1bf3e93..feb052f 100644 --- a/R/app.R +++ b/R/app.R @@ -2,8 +2,8 @@ #' #' @export app <- function() { - if (!requireNamespace("shiny", quietly=TRUE)) - stop("The package 'shiny' must be installed to launch the Rnaught web application.") + if (!requireNamespace("shiny", quietly = TRUE)) + stop("The package 'shiny' must be installed to launch the Rnaught web application.") - shiny::shinyApp(ui(), server) + shiny::shinyApp(ui, server) }