]> nmode's Git Repositories - Rnaught/blobdiff - R/app.R
Adjust indent level and enforce 80-character line limit
[Rnaught] / R / app.R
diff --git a/R/app.R b/R/app.R
index 1bf3e93bd53ac37183355463c0c4ef8f2b7a4e06..feb052f3d69d9e66a079716305abc7b860b48d6a 100644 (file)
--- a/R/app.R
+++ b/R/app.R
@@ -2,8 +2,8 @@
 #'
 #' @export
 app <- function() {
 #'
 #' @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)
 }
 }