From 91465cd1193400053a48cca196d3fd777183c82c Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Mon, 24 Jul 2023 21:49:40 +0000 Subject: Adjust indent level and enforce 80-character line limit --- R/app.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '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) } -- cgit v1.2.3