build: add dependencies

This commit is contained in:
eneller
2026-01-19 17:45:35 +01:00
parent d8dd920d6b
commit d9a33a5d2b
2 changed files with 313 additions and 0 deletions

View File

@@ -302,6 +302,7 @@ server <- function(input, output, session) {
})
# Batch analysis
# FIXME use multiple flights from one aircraft instead of random flights of random aircrafts
observeEvent(input$batch_analyze, {
req(rv$departures, rv$creds)