From b0237bb75f4d79f88f8b59155fa22d0d1141340e Mon Sep 17 00:00:00 2001 From: Carson Date: Wed, 6 Sep 2023 16:42:55 -0500 Subject: [PATCH] touch 001 --- inst/apps/001-hello/app.R | 1 + 1 file changed, 1 insertion(+) diff --git a/inst/apps/001-hello/app.R b/inst/apps/001-hello/app.R index 3a5988f2cb..6c8d56099d 100644 --- a/inst/apps/001-hello/app.R +++ b/inst/apps/001-hello/app.R @@ -1,5 +1,6 @@ ### Keep this line to manually test this shiny application. Do not edit this line; shinycoreci::::is_manual_app + library(shiny) # Define UI for app that draws a histogram ----